Skip to content

Commit

Permalink
dump codecov from ci
Browse files Browse the repository at this point in the history
  • Loading branch information
ablaom committed Feb 26, 2025
1 parent c02d6c8 commit 2f2b551
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,6 @@ jobs:
- uses: julia-actions/julia-buildpkg@v1
- uses: julia-actions/julia-runtest@v1
- uses: julia-actions/julia-processcoverage@v1
- uses: codecov/codecov-action@v1
with:
file: lcov.info
integration:
# This job (the `integration` job) has a conditional (`if:`) with the following
# three conditions:
Expand Down Expand Up @@ -77,9 +74,6 @@ jobs:
# This environment variable enables the integration tests:
MLJ_TEST_INTEGRATION: '1'
- uses: julia-actions/julia-processcoverage@v1
- uses: codecov/codecov-action@v1
with:
file: lcov.info
docs:
name: Documentation
runs-on: ubuntu-latest
Expand Down

0 comments on commit 2f2b551

Please sign in to comment.