Skip to content

Commit

Permalink
improve codcov action
Browse files Browse the repository at this point in the history
  • Loading branch information
paulbkoch committed Jul 29, 2024
1 parent 91d2bfa commit 471cbf3
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -456,7 +456,6 @@ jobs:
files: tmp/zqmr/t/coverage.xml
flags: sdist_${{ matrix.name }}
name: codecov_sdist_${{ matrix.name }}
token: ${{ secrets.CODECOV_TOKEN }}

testB:
needs: [bdist]
Expand Down Expand Up @@ -550,7 +549,6 @@ jobs:
files: tmp/zqmr/t/coverage.xml
flags: bdist_${{ matrix.name }}
name: codecov_bdist_${{ matrix.name }}
token: ${{ secrets.CODECOV_TOKEN }}

format_clang:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 471cbf3

Please sign in to comment.