Skip to content

Commit

Permalink
add codecov token
Browse files Browse the repository at this point in the history
  • Loading branch information
jenshnielsen committed Feb 1, 2024
1 parent fcd076f commit ecbd495
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/pytest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ jobs:
pytestmypy:

runs-on: ${{ matrix.os }}
environment: testing-environment
strategy:
matrix:
os: [ubuntu-latest, windows-latest]
Expand Down Expand Up @@ -67,3 +68,5 @@ jobs:
with:
file: ./coverage.xml
env_vars: OS,PYTHON
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit ecbd495

Please sign in to comment.