Skip to content

feature: heatmap #516

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Draft
wants to merge 11 commits into
base: master
Choose a base branch
from
Draft

feature: heatmap #516

wants to merge 11 commits into from

Conversation

johnfercher
Copy link
Owner

@johnfercher johnfercher commented Feb 14, 2025

Captura de Tela 2025-02-14 às 00 15 34

Description

Related Issue

Checklist

check with "x", ONLY IF APPLIED to your change

  • All methods associated with structs has func (<first letter of struct> *struct) method() {} name style.
  • Wrote unit tests for new/changed features.
  • Followed the unit test when,should naming pattern.
  • All mocks created with m := mocks.NewConstructor(t).
  • All mocks using m.EXPECT().MethodName() method to mock methods.
  • Updated docs/doc.go and docs/*
  • Updated example_test.go.
  • Updated README.md
  • New public methods/structs/interfaces has comments upside them explaining they responsibilities
  • Executed make dod with none issues pointed out by golangci-lint

@johnfercher johnfercher force-pushed the feature/charts branch 2 times, most recently from 06e4a42 to a96d8bf Compare February 14, 2025 03:18
Copy link

codecov bot commented Feb 14, 2025

Codecov Report

Attention: Patch coverage is 12.82051% with 102 lines in your changes missing coverage. Please review.

Project coverage is 84.36%. Comparing base (4207ca1) to head (e9b1105).

Files with missing lines Patch % Lines
internal/providers/gofpdf/heatmap.go 7.23% 77 Missing ⚠️
internal/providers/gofpdf/chart.go 25.00% 15 Missing ⚠️
pkg/props/heatmap.go 0.00% 8 Missing ⚠️
internal/providers/gofpdf/provider.go 33.34% 2 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master     #516      +/-   ##
==========================================
- Coverage   87.96%   84.36%   -3.60%     
==========================================
  Files          61       64       +3     
  Lines        2324     2441     +117     
==========================================
+ Hits         2044     2059      +15     
- Misses        245      347     +102     
  Partials       35       35              
Flag Coverage Δ
unittests 84.36% <12.83%> (-3.60%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@johnfercher johnfercher force-pushed the feature/charts branch 9 times, most recently from a85f91d to 7ff5bd0 Compare February 18, 2025 02:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant