mirror of
https://github.com/prymitive/karma
synced 2026-05-07 03:26:52 +00:00
chore(deps): update codecov/codecov-action action to v6
This commit is contained in:
committed by
Łukasz Mierzwa
parent
7f2b492f84
commit
047df9c98a
4
.github/workflows/test.yml
vendored
4
.github/workflows/test.yml
vendored
@@ -46,7 +46,7 @@ jobs:
|
||||
run: make test-go
|
||||
|
||||
- name: Report code coverage
|
||||
uses: codecov/codecov-action@v5.5.3
|
||||
uses: codecov/codecov-action@v6.0.0
|
||||
with:
|
||||
flags: backend
|
||||
files: ./coverage.txt
|
||||
@@ -110,7 +110,7 @@ jobs:
|
||||
NODE_ENV: test
|
||||
|
||||
- name: Report code coverage
|
||||
uses: codecov/codecov-action@v5.5.3
|
||||
uses: codecov/codecov-action@v6.0.0
|
||||
with:
|
||||
flags: ui
|
||||
directory: ./ui/coverage
|
||||
|
||||
Reference in New Issue
Block a user