Skip to content

Commit

Permalink
Pass codecov token to action (#2332)
Browse files Browse the repository at this point in the history
  • Loading branch information
ssbarnea committed Aug 24, 2022
1 parent 88749fd commit 9b190f0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/tox.yml
Original file line number Diff line number Diff line change
Expand Up @@ -238,6 +238,7 @@ jobs:
with:
name: ${{ matrix.tox_env }}
fail_ci_if_error: false # see https://github.com/codecov/codecov-action/issues/598
token: ${{ secrets.CODECOV_TOKEN }}
verbose: true # optional (default = false)
- name: Archive logs
uses: actions/upload-artifact@v3
Expand Down

0 comments on commit 9b190f0

Please sign in to comment.