Skip to content
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

Add metadatas #306

Merged
merged 2 commits into from
Sep 23, 2023
Merged

Add metadatas #306

merged 2 commits into from
Sep 23, 2023

Conversation

johnfercher
Copy link
Owner

@johnfercher johnfercher commented Sep 23, 2023

Description

Related Issue

Checklist

check with "x", if applied to your change

  • All methods associated with structs has func (s *struct) method() {} name style.
  • Wrote unit tests for new/changed features.
  • Updated docs/doc.go
  • Updated pkg/pdf/example_test.go
  • Updated README.md
  • Updated all examples inside internal/examples
  • New public methods/structs/interfaces has comments upside them explaining they responsibilities
  • Executed make dod with none issues pointed out by golangci-lint and goreportcard-cli

@codecov
Copy link

codecov bot commented Sep 23, 2023

Codecov Report

Patch coverage: 5.41% and project coverage change: -0.88% ⚠️

Comparison is base (62bfbd8) 27.12% compared to head (40e64d5) 26.24%.

Additional details and impacted files
@@            Coverage Diff             @@
##               v2     #306      +/-   ##
==========================================
- Coverage   27.12%   26.24%   -0.88%     
==========================================
  Files          17       17              
  Lines         815      850      +35     
==========================================
+ Hits          221      223       +2     
- Misses        589      622      +33     
  Partials        5        5              
Flag Coverage Δ
unittests 26.24% <5.41%> (-0.88%) ⬇️

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

Files Changed Coverage Δ
pkg/maroto.go 12.97% <0.00%> (ø)
pkg/config/builder.go 66.26% <5.72%> (-16.55%) ⬇️

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

@johnfercher johnfercher marked this pull request as ready for review September 23, 2023 13:32
@johnfercher johnfercher merged commit 92db56b into v2 Sep 23, 2023
3 of 5 checks passed
@johnfercher johnfercher deleted the v2-metadatas branch September 23, 2023 13:32
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.

None yet

1 participant