Skip to content

Commit

Permalink
ci: use official codecov action
Browse files Browse the repository at this point in the history
  • Loading branch information
nerdyman committed Sep 16, 2022
1 parent caae610 commit f79c6a1
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,12 @@ jobs:
- name: Build
run: yarn build

- name: Test & publish code coverage
uses: paambaati/codeclimate-action@v2.7.4
env:
CC_TEST_REPORTER_ID: '${{ secrets.CC_TEST_REPORTER_ID }}'
- name: Test
run: yarn test:ci

- name: Upload Test Coverage
uses: codecov/codecov-action@v3
with:
coverageCommand: yarn test:ci
debug: true
token: ${{ secrets.CODECOV_TOKEN }}
fail_ci_if_error: true
verbose: true

0 comments on commit f79c6a1

Please sign in to comment.