mirror of
https://github.com/nasa/openmct.git
synced 2024-12-20 05:37: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
|
round: down
|
||||||
range: "66...100"
|
range: "66...100"
|
||||||
|
|
||||||
|
ignore:
|
||||||
|
- */*Spec.js
|
||||||
|
- e2e
|
||||||
|
|
||||||
parsers:
|
parsers:
|
||||||
gcov:
|
gcov:
|
||||||
branch_detection:
|
branch_detection:
|
||||||
|
Loading…
Reference in New Issue
Block a user