CI: fix codecov action
Signed-off-by: Nicola Murino <nicola.murino@gmail.com>
This commit is contained in:
parent
d413775060
commit
7ca390c85a
1 changed files with 1 additions and 0 deletions
1
.github/workflows/development.yml
vendored
1
.github/workflows/development.yml
vendored
|
@ -87,6 +87,7 @@ jobs:
|
||||||
with:
|
with:
|
||||||
file: ./coverage.txt
|
file: ./coverage.txt
|
||||||
fail_ci_if_error: false
|
fail_ci_if_error: false
|
||||||
|
token: ${{ secrets.CODECOV_TOKEN }}
|
||||||
|
|
||||||
- name: Run test cases using bolt provider
|
- name: Run test cases using bolt provider
|
||||||
run: |
|
run: |
|
||||||
|
|
Loading…
Reference in a new issue