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.
1 parent fa9f6d0 commit 5401009Copy full SHA for 5401009
.github/workflows/CI.yml
@@ -24,9 +24,9 @@ jobs:
24
- uses: julia-actions/julia-buildpkg@v1
25
- uses: julia-actions/julia-runtest@v1
26
- uses: julia-actions/julia-processcoverage@v1
27
- if: ${{ matrix.julia-version == '1.6' && matrix.os == 'ubuntu-latest' }}
+ if: ${{ matrix.julia-version == '1' && matrix.os == 'ubuntu-latest' }}
28
- uses: codecov/codecov-action@v1
29
30
with:
31
file: lcov.info
32
docs:
0 commit comments