We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 986259b commit 379df93Copy full SHA for 379df93
.github/workflows/CI.yml
@@ -46,7 +46,7 @@ jobs:
46
- uses: julia-actions/julia-processcoverage@v1
47
with:
48
directories: src,lib/DataDrivenDMD/src,lib/DataDrivenSparse/src,lib/DataDrivenSR/src,lib/DataDrivenLux/src
49
- - uses: codecov/codecov-action@v3
+ - uses: codecov/codecov-action@v5
50
51
files: lcov.info
52
flags: ${{ matrix.group }}
0 commit comments