Skip to content

Commit

Permalink
Disable codecov
Browse files Browse the repository at this point in the history
  • Loading branch information
nvuillam committed Aug 26, 2024
1 parent 8c605b7 commit 4f0d70c
Showing 1 changed file with 9 additions and 8 deletions.
17 changes: 9 additions & 8 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,11 +63,12 @@ jobs:
env:
DEBUG: "npm-groovy-lint"
run: npm run test:coverage
- name: Build coverage report
run: ./node_modules/.bin/nyc report --reporter text-lcov > coverage.lcov
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v4
with:
fail_ci_if_error: true
verbose: true
token: ${{ secrets.CODECOV_TOKEN }} # required

# - name: Build coverage report
# run: ./node_modules/.bin/nyc report --reporter text-lcov > coverage.lcov
# - name: Upload coverage to Codecov
# uses: codecov/codecov-action@v4
# with:
# fail_ci_if_error: true
# verbose: true
# token: ${{ secrets.CODECOV_TOKEN }} # required

0 comments on commit 4f0d70c

Please sign in to comment.