Skip to content

Commit

Permalink
Skip checking coverage of downstream tests
Browse files Browse the repository at this point in the history
  • Loading branch information
mtfishman committed May 8, 2024
1 parent 08077d2 commit ed07d04
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/Downstream.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,9 @@ jobs:
@info "Not compatible with this release. No problem." exception=err
exit(0) # Exit immediately, as a success
end
- uses: julia-actions/julia-processcoverage@v1
- uses: codecov/codecov-action@v4
with:
token: ${{ secrets.CODECOV_TOKEN }}
file: lcov.info
fail_ci_if_error: true
## - uses: julia-actions/julia-processcoverage@v1
## - uses: codecov/codecov-action@v4
## with:
## token: ${{ secrets.CODECOV_TOKEN }}
## file: lcov.info
## fail_ci_if_error: true

0 comments on commit ed07d04

Please sign in to comment.