Skip to content

Commit

Permalink
Temp disable coverage in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
bertdeblock committed Nov 11, 2024
1 parent 067e1df commit e6f465f
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,11 +40,12 @@ jobs:
- name: Install Dependencies
run: yarn install --frozen-lockfile
- name: Run Tests
run: yarn node-test-with-coverage
- uses: codecov/codecov-action@v4
with:
fail_ci_if_error: true
token: ${{ secrets.CODECOV_TOKEN }}
run: yarn node-test
# run: yarn node-test-with-coverage
# - uses: codecov/codecov-action@v4
# with:
# fail_ci_if_error: true
# token: ${{ secrets.CODECOV_TOKEN }}


floating:
Expand Down

0 comments on commit e6f465f

Please sign in to comment.