mirror of
https://github.com/codecov/codecov-action.git
synced 2026-04-15 10:16:53 +00:00
Specify files and add testing
This commit is contained in:
parent
f3570723ef
commit
89692c91b7
12 changed files with 6117 additions and 230 deletions
|
|
@ -71,6 +71,7 @@ jobs:
|
|||
with:
|
||||
token: ${{ secrets.CODECOV_TOKEN }}
|
||||
file: ./coverage.xml
|
||||
files: ./coverage1.xml,./coverage2.xml
|
||||
flags: unittests
|
||||
env_vars: OS,PYTHON
|
||||
name: codecov-umbrella
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue