mirror of
https://github.com/prymitive/karma
synced 2026-05-05 03:16:51 +00:00
chore(deps): update codecov/codecov-action action to v2.1.0
This commit is contained in:
committed by
Łukasz Mierzwa
parent
9e49b85eae
commit
9e34d8a037
4
.github/workflows/test.yml
vendored
4
.github/workflows/test.yml
vendored
@@ -51,7 +51,7 @@ jobs:
|
||||
command: make test-go
|
||||
|
||||
- name: Report code coverage
|
||||
uses: codecov/codecov-action@v2.0.3
|
||||
uses: codecov/codecov-action@v2.1.0
|
||||
with:
|
||||
flags: backend
|
||||
files: ./coverage.txt
|
||||
@@ -115,7 +115,7 @@ jobs:
|
||||
NODE_ENV: test
|
||||
|
||||
- name: Report code coverage
|
||||
uses: codecov/codecov-action@v2.0.3
|
||||
uses: codecov/codecov-action@v2.1.0
|
||||
with:
|
||||
flags: ui
|
||||
directory: ./ui/coverage
|
||||
|
||||
Reference in New Issue
Block a user