Skip to content

Commit

Permalink
try another way to get code coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
mrazomej committed Apr 29, 2024
1 parent 733b5aa commit e393a19
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,10 +54,11 @@ jobs:
- name: "Run test with coverage report"
uses: julia-actions/julia-runtest@v1
if: contains(fromJson('["1", "1.9"]'), matrix.version) && matrix.os == 'ubuntu-latest'
continue-on-error: true
- uses: julia-actions/julia-processcoverage@v1
if: contains(fromJson('["1", "1.9"]'), matrix.version) && matrix.os == 'ubuntu-latest'
continue-on-error: true
- uses: codecov/[email protected]
if: contains(fromJson('["1", "1.9"]'), matrix.version) && matrix.os == 'ubuntu-latest'
continue-on-error: true
with:
token: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit e393a19

Please sign in to comment.