mirror of
https://github.com/prymitive/karma
synced 2026-05-07 03:26:52 +00:00
fix(ci): ensure codecov only reads karma coverage
This commit is contained in:
committed by
Łukasz Mierzwa
parent
2b039a5386
commit
3465b3cd06
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
@@ -54,6 +54,7 @@ jobs:
|
||||
uses: codecov/codecov-action@v2.0.2
|
||||
with:
|
||||
flags: backend
|
||||
files: ./coverage.txt
|
||||
|
||||
lint-go:
|
||||
name: Lint Go code
|
||||
@@ -131,6 +132,7 @@ jobs:
|
||||
uses: codecov/codecov-action@v2.0.2
|
||||
with:
|
||||
flags: ui
|
||||
directory: ./ui/coverage
|
||||
|
||||
lint-js:
|
||||
name: Lint JS code
|
||||
|
||||
Reference in New Issue
Block a user