Skip to content

Commit 549d0fd

Browse files
authored
Merge pull request #311 from PyPSA/codecov-3
CI: use codecov-action V3
2 parents 423f590 + 454342a commit 549d0fd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/CI.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,4 +35,4 @@ jobs:
3535
pytest --cov=./ --cov-report=xml
3636
- name: Upload code coverage report
3737
if: matrix.os == 'ubuntu-latest'
38-
uses: codecov/codecov-action@v1
38+
uses: codecov/codecov-action@v3

0 commit comments

Comments
 (0)