Skip to content

Commit

Permalink
Pass codecov token direclty
Browse files Browse the repository at this point in the history
  • Loading branch information
mmore500 committed Apr 22, 2024
1 parent 2d2b5eb commit 6ad1cc6
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/ci.yaml
Expand Up @@ -113,8 +113,6 @@ jobs:
python setup.py test
coverage:
runs-on: ubuntu-20.04
env:
CODECOV_TOKEN: fa818d5d-2c4d-417f-b994-37f71b3d8ee9
steps:
- uses: actions/checkout@master
- name: Setup Python
Expand All @@ -137,8 +135,9 @@ jobs:
- name: Generate coverage report
run: |
python3 -m pytest tests --cov=tests/dendropy --cov-report=xml
- uses: codecov/codecov-action@v3
- uses: codecov/codecov-action@v4
with:
token: fa818d5d-2c4d-417f-b994-37f71b3d8ee9
flags: unittests # optional
fail_ci_if_error: true # optional (default = false)
verbose: true # optional (default = false)
Expand Down

0 comments on commit 6ad1cc6

Please sign in to comment.