Skip to content

Commit

Permalink
fix: update codecov action version (#941)
Browse files Browse the repository at this point in the history
  • Loading branch information
ivadym authored May 23, 2022
1 parent 2e7ef3d commit 97e83cf
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/pytest_and_coveralls.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,9 +57,10 @@ jobs:
SENTIEON_INSTALL_DIR: dummy_install_dir
# Run Codecov
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v1
uses: codecov/codecov-action@v2
with:
token: ${{ secrets.CODECOV_TOKEN }}
file: ./coverage.xml
flags: unittests
fail_ci_if_error: true
verbose: true
8 changes: 8 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
[X.X.X]
-------

Changed:
^^^^^^^^

* Update `codecov` action version to @v2 https://github.com/Clinical-Genomics/BALSAMIC/pull/941

[9.0.1]
-------

Expand Down

0 comments on commit 97e83cf

Please sign in to comment.