matheusgomes28 / urchin

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

Remove test files from coverage reports #61

Open matheusgomes28 opened 5 months ago

matheusgomes28 commented 5 months ago

The Codecov reports show coverage on test files, which skews the coverage data for the actual project implementation.

We need to remove the *_test.go files from the coverage data.