mirror of
https://github.com/codecov/codecov-action.git
synced 2026-04-05 05:59:25 +00:00
coverage-test
This commit is contained in:
parent
a0e7a095bd
commit
25cb7e3abf
4 changed files with 34 additions and 2 deletions
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
|
|
@ -13,7 +13,7 @@ jobs:
|
|||
- name: Upload coverage to Codecov (demo)
|
||||
uses: ./
|
||||
with:
|
||||
files: ./coverage/calculator/coverage-final.json,./coverage/coverage/coverage-final.json
|
||||
files: ./coverage/calculator/coverage-final.json,./coverage/coverage-test/coverage-final.json
|
||||
file: ./coverage/coverage-final.json
|
||||
flags: demo
|
||||
name: codecov-1
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue