Skip to content

Commit

Permalink
add raw line
Browse files Browse the repository at this point in the history
  • Loading branch information
sschmidt23 committed Jun 3, 2024
1 parent 6a857d5 commit 3854d16
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/testing-and-coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,5 @@ jobs:
python -m pytest tests --cov=bpz --cov-report=xml
- name: Upload coverage report to codecov
uses: codecov/codecov-action@v4
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
with:
token: {% raw %}${{ secrets.CODECOV_TOKEN }}{% endraw %}

0 comments on commit 3854d16

Please sign in to comment.