Skip to content

Commit

Permalink
fix coverage uploading
Browse files Browse the repository at this point in the history
  • Loading branch information
nagisa committed Nov 15, 2024
1 parent 46a21b1 commit e0593f4
Showing 1 changed file with 1 addition and 18 deletions.
19 changes: 1 addition & 18 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
tool: just,cargo-nextest,cargo-llvm-cov

# Run the tests:
- run: mkdir -p coverage/profraw/{unit,integration,binaries}
- run: mkdir -p coverage/profraw/{unit,binaries}
# - Run the unit tests, retrieving the coverage information
- run: just codecov-ci "nextest-slow ${{ matrix.type }}"
- run: mv coverage/codecov/{new,unit-${{matrix.id}}}.json
Expand Down Expand Up @@ -338,8 +338,6 @@ jobs:
include:
- type: unit
profraws: unit
- type: integration
profraws: unit integration
steps:
- uses: actions/checkout@v4
with:
Expand Down Expand Up @@ -413,21 +411,6 @@ jobs:
files: unit-macos.json
fail_ci_if_error: true
flags: unittests,macos
- uses: codecov/codecov-action@eaaf4bedf32dbdc6b720b63067d99c4d77d6047d
with:
files: integration-linux.json
fail_ci_if_error: true
flags: integration-tests,linux
- uses: codecov/codecov-action@eaaf4bedf32dbdc6b720b63067d99c4d77d6047d
with:
files: integration-linux-nightly.json
fail_ci_if_error: true
flags: integration-tests,linux-nightly
# - uses: codecov/codecov-action@eaaf4bedf32dbdc6b720b63067d99c4d77d6047d
# with:
# files: integration-macos.json
# fail_ci_if_error: true
# flags: integration-tests,macos
- uses: codecov/codecov-action@eaaf4bedf32dbdc6b720b63067d99c4d77d6047d
with:
files: py-backward-compat.json
Expand Down

0 comments on commit e0593f4

Please sign in to comment.