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 a116ed5 + b91bd6b commit c9718f3Copy full SHA for c9718f3
.github/workflows/CI.yml
@@ -56,7 +56,7 @@ jobs:
56
- uses: julia-actions/julia-processcoverage@v1
57
- name: "Summarize coverage"
58
run: julia --project=test -e 'using QuantumControlTestUtils; show_coverage();'
59
- - uses: codecov/codecov-action@v4
+ - uses: codecov/codecov-action@v5
60
with:
61
files: lcov.info
62
token: ${{ secrets.CODECOV_TOKEN }}
0 commit comments