matheusgomes28 / urchin

Headless CMS written in Golang
MIT License
60 stars 19 forks source link

Exclude test files from coverage #71

Closed matheusgomes28 closed 5 months ago

matheusgomes28 commented 5 months ago

Implements #69 as well as some minor refactoring of functions to be reused by system tests and the unit tests.

Bugfix: we were not previously returning the uuid field for the GET images/{id} request as the marshalling field name differed from the value of the response.

codecov[bot] commented 5 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 39.90%. Comparing base (5656fc0) to head (afeb0e5).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #71 +/- ## ========================================== + Coverage 37.79% 39.90% +2.10% ========================================== Files 16 16 Lines 807 807 ========================================== + Hits 305 322 +17 + Misses 465 441 -24 - Partials 37 44 +7 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

matheusgomes28 commented 5 months ago

accidentally overrode the PR