Skip to content

Commit

Permalink
ci: use GitHub app for Codecov (#67)
Browse files Browse the repository at this point in the history
  • Loading branch information
jenssimon authored Aug 4, 2022
1 parent 5f48999 commit b9a6623
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,13 +33,9 @@ jobs:
yarn
yarn ci-test
- name: Upload coverage reports to Codecov
run: |
# Replace `linux` below with the appropriate OS
# Options are `alpine`, `linux`, `macos`, `windows`
curl -Os https://uploader.codecov.io/latest/linux/codecov
chmod +x codecov
./codecov -t ${CODECOV_TOKEN}
- uses: codecov/codecov-action@v3
with:
fail_ci_if_error: true

release:
needs: [build]
Expand Down

0 comments on commit b9a6623

Please sign in to comment.