mirror of
https://github.com/nasa/openmct.git
synced 2024-12-18 20:57:53 +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:
parent
85fe838c04
commit
db3cfd33af
@ -13,6 +13,10 @@ coverage:
|
||||
round: down
|
||||
range: "66...100"
|
||||
|
||||
ignore:
|
||||
- */*Spec.js
|
||||
- e2e
|
||||
|
||||
parsers:
|
||||
gcov:
|
||||
branch_detection:
|
||||
|
Loading…
Reference in New Issue
Block a user