Skip to content

Commit

Permalink
fix codecov by adding token
Browse files Browse the repository at this point in the history
  • Loading branch information
bdraco committed May 1, 2024
1 parent 28b4263 commit f2bfbae
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -66,14 +66,16 @@ jobs:
- name: Test with tox
run: TOXENV=codecov tox
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v4
with:
flags: unittests
env_vars: OS,PYTHON
name: codecov-umbrella
fail_ci_if_error: true
verbose: true

env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

bandit:
runs-on: ubuntu-latest

Expand Down

0 comments on commit f2bfbae

Please # to comment.