mirror of
https://github.com/bitwarden/server.git
synced 2025-07-02 08:32:50 -05:00
Include all projects in coverage (#3829)
Not all of our server projects had associated test projects which caused them to be omitted from the code coverage. Added projects to ensure the coverage gets reported accurately.
This commit is contained in:
1
.github/codecov.yml
vendored
1
.github/codecov.yml
vendored
@ -1,2 +1,3 @@
|
||||
ignore:
|
||||
- "test" # Tests
|
||||
- "util" # Utils (migrators)
|
||||
|
Reference in New Issue
Block a user