Skip to content

Commit

Permalink
Pass codecov token directly
Browse files Browse the repository at this point in the history
  • Loading branch information
mmore500 authored May 22, 2024
1 parent c84e29c commit e94df59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ jobs:
python3 -m pytest tests --cov=tests/dendropy --cov-report=xml
- uses: codecov/codecov-action@v4
with:
token: ${{ secrets.CODECOV_TOKEN }}
token: ae13d715-bae4-4e6d-9dce-f47e7d7c7c01
flags: unittests # optional
fail_ci_if_error: true # optional (default = false)
verbose: true # optional (default = false)
Expand Down

0 comments on commit e94df59

Please sign in to comment.