Skip to content

Commit

Permalink
Merge pull request #65 from abusix/update-codecov-ghaction
Browse files Browse the repository at this point in the history
Update GH Actions - codecov
  • Loading branch information
ethanae authored Aug 5, 2024
2 parents 91d6f6d + 5f4ecef commit ad1634c
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 ad1634c

Please sign in to comment.