mirror of
https://github.com/prymitive/karma
synced 2026-08-23 11:56:20 +00:00
fix(ci): use full version
This commit is contained in:
committed by
Łukasz Mierzwa
parent
b962eba37c
commit
1a31561fbe
@@ -51,7 +51,7 @@ jobs:
|
||||
command: make test-go
|
||||
|
||||
- name: Report code coverage
|
||||
uses: codecov/codecov-action@v2
|
||||
uses: codecov/codecov-action@v2.0.1
|
||||
with:
|
||||
flags: backend
|
||||
|
||||
@@ -128,7 +128,7 @@ jobs:
|
||||
NODE_ENV: test
|
||||
|
||||
- name: Report code coverage
|
||||
uses: codecov/codecov-action@v2
|
||||
uses: codecov/codecov-action@v2.0.1
|
||||
with:
|
||||
flags: ui
|
||||
|
||||
|
||||
Reference in New Issue
Block a user