Skip to content

Commit

Permalink
ci(tests): Update poetry ci action
Browse files Browse the repository at this point in the history
  • Loading branch information
tony committed Apr 2, 2022
1 parent 2c045c2 commit 8753d81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Expand Up @@ -34,6 +34,6 @@ jobs:
- name: Test with pytest
run: poetry run py.test --cov=./ --cov-report=xml

- uses: codecov/codecov-action@v1
- uses: codecov/codecov-action@v2
with:
token: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit 8753d81

Please sign in to comment.