mirror of
https://github.com/nasa/openmct.git
synced 2025-06-19 15:43:48 +00:00
Ignore tests in codecov (#4548)
At the moment, codecov is reporting on missing coverage in Spec.js files, themselves. This should ignore those files
This commit is contained in:
@ -13,6 +13,10 @@ coverage:
|
||||
round: down
|
||||
range: "66...100"
|
||||
|
||||
ignore:
|
||||
- */*Spec.js
|
||||
- e2e
|
||||
|
||||
parsers:
|
||||
gcov:
|
||||
branch_detection:
|
||||
|
Reference in New Issue
Block a user