Unverified Commit 49d9db40 authored by Massimiliano Pippi's avatar Massimiliano Pippi Committed by GitHub

[skip changelog] fix codecov job (#388)

parent 387269be
......@@ -63,7 +63,13 @@ jobs:
task test-integration
- name: Send unit tests coverage to Codecov
if: matrix.operating-system != 'windows-2019'
# Since secrets aren't available on forks, we only
# upload coverage on `push`. This might change if
# Codecov whitelists GitHub, lifting the need
# for a token.
if: >
matrix.operating-system != 'windows-2019' &&
github.event_name == 'push'
uses: codecov/codecov-action@v1.0.2
with:
token: ${{secrets.CODECOV_TOKEN}}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment