Skip to content
This repository has been archived by the owner on Dec 14, 2022. It is now read-only.

Bump codecov/codecov-action from v1.2.1 to v1.3.1 #297

Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
run: pip3 install tox
- name: Run tests
run: tox -e py
- uses: codecov/codecov-action@v1.2.1
- uses: codecov/codecov-action@v1.3.1
with:
token: ${{ secrets.CODECOV_TOKEN }}
file: coverage.xml
Expand Down