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 5139bb0 commit 663c19d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Expand Up @@ -35,6 +35,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 663c19d

Please sign in to comment.