|
|
|
@ -43,8 +43,10 @@ jobs: |
|
|
|
julia --color=yes --project --code-coverage=${{ env.coverage_flag }} -e 'using Runic; exit(Runic.main(ARGS))' -- --check --diff $(git ls-files -- '*.jl') |
|
|
|
julia --color=yes --project --code-coverage=${{ env.coverage_flag }} -e 'using Runic; exit(Runic.main(ARGS))' -- --check --diff $(git ls-files -- '*.jl') |
|
|
|
if: ${{ matrix.version != 'nightly' }} |
|
|
|
if: ${{ matrix.version != 'nightly' }} |
|
|
|
- uses: julia-actions/julia-processcoverage@v1 |
|
|
|
- uses: julia-actions/julia-processcoverage@v1 |
|
|
|
|
|
|
|
if: ${{ matrix.version == '1' || matrix.version == 'nightly' }} |
|
|
|
- uses: codecov/codecov-action@v4 |
|
|
|
- uses: codecov/codecov-action@v4 |
|
|
|
with: |
|
|
|
with: |
|
|
|
file: lcov.info |
|
|
|
file: lcov.info |
|
|
|
env: |
|
|
|
env: |
|
|
|
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }} |
|
|
|
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }} |
|
|
|
|
|
|
|
if: ${{ matrix.version == '1' || matrix.version == 'nightly' }} |
|
|
|
|