Skip to content

Commit

Permalink
fix codecov in ci
Browse files Browse the repository at this point in the history
  • Loading branch information
njoyard committed Nov 13, 2023
1 parent fd7759b commit 4e02d12
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/ci.yml
Expand Up @@ -29,13 +29,15 @@ jobs:
run: yarn test
- name: Generate coverage report
run: yarn coverage
- name: Store coverage
- name: Store coveralls coverage
uses: coverallsapp/github-action@v2
with:
flag-name: linux-node-${{ matrix.node }}
parallel: true
- name: Upload coverage
- name: Upload to codecov
uses: codecov/codecov-action@v3
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
with:
files: coverage/lcov.info
name: ubuntu-latest-node-${{ matrix.node }}
Expand All @@ -46,7 +48,7 @@ jobs:
if: ${{ always() }}
runs-on: ubuntu-latest
steps:
- name: Coveralls Finished
- name: Upload to coveralls
uses: coverallsapp/github-action@v2
with:
parallel-finished: true
Expand Down

0 comments on commit 4e02d12

Please sign in to comment.