ci(codecov): exclude coverage files from the coverage itself (#2832)
Co-authored-by: James Elliott <james-d-elliott@users.noreply.github.com>pull/2833/head
parent
029e3268d4
commit
357c654db8
|
@ -32,9 +32,11 @@ flags:
|
||||||
frontend:
|
frontend:
|
||||||
paths:
|
paths:
|
||||||
- "web/"
|
- "web/"
|
||||||
|
- "!web/coverage/"
|
||||||
|
|
||||||
ignore:
|
ignore:
|
||||||
- "web/src/serviceWorker.ts"
|
- "web/src/serviceWorker.ts"
|
||||||
|
- "**/coverage.txt"
|
||||||
|
|
||||||
parsers:
|
parsers:
|
||||||
gcov:
|
gcov:
|
||||||
|
|
Loading…
Reference in New Issue