Skip to content

Commit 15bfe96

Browse files
authored
Merge pull request #4 from RalfG/upgrade-codecov
Upgrade to codecov v3 action
2 parents c3c5adc + ae58a11 commit 15bfe96

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
run: |
3333
pytest --cov=cascade_config tests
3434
- name: Uploade coverage reports to Codecov
35-
uses: codecov/codecov-action@v1.0.12
35+
uses: codecov/codecov-action@v3
3636

3737
test_platforms:
3838
runs-on: ${{ matrix.os }}

0 commit comments

Comments
 (0)