Skip to content

Commit

Permalink
Update test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
wimglenn authored Nov 21, 2023
1 parent 29e5f8e commit 38000c2
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,9 @@ jobs:
pip install -r tests/requirements.txt --editable .
pytest
- name: Upload coverage to Codecov
uses: "codecov/codecov-action@main"
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
uses: "codecov/codecov-action@v3"
with:
token: ${{ secrets.CODECOV_TOKEN }}

tests-27:
name: "Python 2.7 on ubuntu-20.04"
Expand All @@ -47,6 +47,6 @@ jobs:
pip install -r tests/requirements.txt
python -m pytest
- name: Upload coverage to Codecov
uses: "codecov/codecov-action@main"
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
uses: "codecov/codecov-action@v3"
with:
token: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit 38000c2

Please sign in to comment.