Skip to content

Commit

Permalink
cov ?
Browse files Browse the repository at this point in the history
  • Loading branch information
Ipuch committed Dec 6, 2023
1 parent 45c5816 commit 768e133
Showing 1 changed file with 8 additions and 13 deletions.
21 changes: 8 additions & 13 deletions .github/workflows/run_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,19 +51,14 @@ jobs:
run: pytest -v --color=yes --cov-report=xml --cov=bionc tests
if: matrix.label == 'osx-64'

# - name: Upload coverage to Codecov
# run: codecov --token ${{ secrets.CODECOV_TOKEN }}
# if: matrix.label == 'linux-64'
#
# - name: Upload coverage to Codecov
# uses: codecov/codecov-action@v3
# with:
# token: ${{ secrets.CODECOV_TOKEN }}
# fail_ci_if_error: true
# directory: /home/runner/work/bioNC
# files: ./coverage.xml
# if: matrix.label == 'linux-64'

- name: Upload coverage to Codecov
uses: codecov/codecov-action@v2
with:
flags: unittests
fail_ci_if_error: true
verbose: true
token: ${{ secrets.CODECOV_TOKEN }}
if: matrix.label == 'linux-64'

- name: Test installed version of bioviz on LINUX
run: |
Expand Down

0 comments on commit 768e133

Please sign in to comment.