fix(ci): ensure codecov only reads karma coverage

This commit is contained in:
Łukasz Mierzwa
2021-08-10 20:07:36 +01:00
committed by Łukasz Mierzwa
parent 2b039a5386
commit 3465b3cd06

View File

@@ -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