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:
|
||||
paths:
|
||||
- "web/"
|
||||
- "!web/coverage/"
|
||||
|
||||
ignore:
|
||||
- "web/src/serviceWorker.ts"
|
||||
- "**/coverage.txt"
|
||||
|
||||
parsers:
|
||||
gcov:
|
||||
|
|
Loading…
Reference in New Issue