We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6852f93 + ea57742 commit e5f7350Copy full SHA for e5f7350
.github/workflows/test-master.yml
@@ -45,7 +45,7 @@ jobs:
45
- name: Process coverage
46
uses: julia-actions/julia-processcoverage@v1
47
- name: Upload coverage
48
- uses: codecov/codecov-action@v4
+ uses: codecov/codecov-action@v5
49
with:
50
files: lcov.info
51
token: ${{ secrets.CODECOV_TOKEN }}
.github/workflows/test-pull-request.yml
@@ -48,7 +48,7 @@ jobs:
52
53
54
0 commit comments