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:
John Hill 2021-12-08 07:19:30 -08:00 committed by GitHub
parent 85fe838c04
commit db3cfd33af
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -13,6 +13,10 @@ coverage:
round: down
range: "66...100"
ignore:
- */*Spec.js
- e2e
parsers:
gcov:
branch_detection: