Skip to content

Commit

Permalink
- add codecov token
Browse files Browse the repository at this point in the history
- update codecov to v4
  • Loading branch information
ethanae committed Aug 5, 2024
1 parent 91d6f6d commit 5f4ecef
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -111,15 +111,8 @@ jobs:
uses: actions/download-artifact@v2
with:
name: coverage
# - name: Debug downloaded artifacts
# id: debug_downloaded_artifacts
# run: |
# ls -ahl
# - name: Coveralls
# uses: coverallsapp/github-action@master
# with:
# github-token: ${{ secrets.GITHUB_TOKEN }}
- uses: codecov/codecov-action@v1
- uses: codecov/codecov-action@v4
with:
fail_ci_if_error: true # optional (default = false)
verbose: true # optional (default = false)
token: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit 5f4ecef

Please sign in to comment.