Skip to content

Commit

Permalink
Update codecov with token (#407)
Browse files Browse the repository at this point in the history
* use codecov-action v4

* fix delete-artifact tag

* use delete-artifact@v4
  • Loading branch information
mumichae committed Apr 17, 2024
1 parent 443f89b commit 2d9ec16
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -152,12 +152,12 @@ jobs:
uses: actions/download-artifact@v3

- name: Upload coverage
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v4
with:
token: ${{ secrets.CODECOV_TOKEN }}
flags: unittests
fail_ci_if_error: ${{ github.repository == 'theislab/scib' }}
verbose: true

- name: Delete coverage artifacts
uses: geekyeggo/delete-artifact@v2
uses: geekyeggo/delete-artifact@v4

0 comments on commit 2d9ec16

Please sign in to comment.