mirror of
https://github.com/codecov/codecov-action.git
synced 2026-04-05 14:09:25 +00:00
add more documentation notes
This commit is contained in:
parent
6a65fa4d50
commit
ebea5cacdf
2 changed files with 7 additions and 4 deletions
1
.github/workflows/main.yml
vendored
1
.github/workflows/main.yml
vendored
|
|
@ -8,6 +8,7 @@ jobs:
|
|||
- name: Upload coverage to Codecov
|
||||
uses: ./
|
||||
with:
|
||||
#commenting out token because tokenless uploads are now supported
|
||||
#token: ${{secrets.CODECOV_TOKEN}}
|
||||
flags: unittest
|
||||
name: codecov-1
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue