Skip to content

Commit

Permalink
added codecoverage
Browse files Browse the repository at this point in the history
  • Loading branch information
keiyamamo committed Sep 13, 2023
1 parent b86f851 commit a56dc8e
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/check_and_test_package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -112,14 +112,14 @@ jobs:
run: python3 -m pytest tests

# FIXME: Uncomment these lines later when we have decided on a package name
#- name: Upload coverage report to codecov
# if: matrix.os == 'ubuntu-latest'
# uses: codecov/codecov-action@v3
# with:
# token: ${{ secrets.CODECOV_TOKEN }}
# files: ./coverage.xml
# fail_ci_if_error: false
# verbose: true
- name: Upload coverage report to codecov
if: matrix.os == 'ubuntu-latest'
uses: codecov/codecov-action@v3
with:
token: ${{ secrets.CODECOV_TOKEN }}
files: ./coverage.xml
fail_ci_if_error: false
verbose: true

# Original workflow authored by Henrik Kjeldsberg
# Source Repository: https://github.com/KVSlab/VaMPy/

0 comments on commit a56dc8e

Please sign in to comment.