Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
poetry run asv machine --machine travis --os unknown --arch unknown --cpu unknown --ram unknown
poetry run asv run --show-stderr --environment existing --quick
- name: Codecov
uses: codecov/codecov-action@v1.2.1
uses: codecov/codecov-action@v3.1.4
with:
# NOTE: `token` is not required, because the rle-array repo is public
file: ./coverage.xml
Expand Down