matheusgomes28 / urchin

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

E2E test for adding and retrieving posts #60

Closed matheusgomes28 closed 5 months ago

matheusgomes28 commented 5 months ago

End to end test that covers adding and getting posts from the admin app.

codecov[bot] commented 5 months ago

Codecov Report

Attention: Patch coverage is 46.66667% with 8 lines in your changes are missing coverage. Please review.

Project coverage is 36.50%. Comparing base (d298c3d) to head (ab34426).

Files Patch % Lines
admin-app/post.go 0.00% 6 Missing and 1 partial :warning:
database/database.go 50.00% 0 Missing and 1 partial :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #60 +/- ## ========================================== + Coverage 34.83% 36.50% +1.66% ========================================== Files 15 15 Lines 709 715 +6 ========================================== + Hits 247 261 +14 + Misses 436 423 -13 - Partials 26 31 +5 ```

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