Skip to content

Commit

Permalink
use coverage only on ubuntu-1
Browse files Browse the repository at this point in the history
  • Loading branch information
longemen3000 committed Jul 26, 2024
1 parent ee63fb9 commit c33241b
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ jobs:
fail-fast: false
matrix:
version:
- '1.6'
- 'lts'
- '1'
- 'nightly'
- 'pre'
os:
- ubuntu-latest
- windows-latest
Expand All @@ -36,8 +36,9 @@ jobs:
- uses: julia-actions/cache@v2
- uses: julia-actions/julia-buildpkg@v1
- uses: julia-actions/julia-runtest@v1
- uses: julia-actions/julia-processcoverage@v1
if: matrix.version == '1' && matrix.os == 'ubuntu-latest'
- uses: codecov/codecov-action@v4
if: matrix.version == '1' && matrix.os == 'ubuntu-latest'
with:
# possibly other stuff
token: ${{ secrets.CODECOV_TOKEN }}
Expand Down

0 comments on commit c33241b

Please sign in to comment.