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

Bump codecov/codecov-action from 2.1.0 to 3.1.0 #110

Closed
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/lint-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ jobs:
if: ${{ matrix.coverage }}

- name: Upload code coverage report
uses: codecov/codecov-action@v2.1.0
uses: codecov/codecov-action@v3.1.0
with:
file: coverage.xml
if: ${{ matrix.coverage }}