Skip to content

Commit

Permalink
Merge pull request #311 from PyPSA/codecov-3
Browse files Browse the repository at this point in the history
CI: use codecov-action V3
  • Loading branch information
fneum authored Jul 25, 2023
2 parents 423f590 + 454342a commit 549d0fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,4 @@ jobs:
pytest --cov=./ --cov-report=xml
- name: Upload code coverage report
if: matrix.os == 'ubuntu-latest'
uses: codecov/codecov-action@v1
uses: codecov/codecov-action@v3

0 comments on commit 549d0fd

Please sign in to comment.