Skip to content

Commit

Permalink
Try merging CI coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
talmo committed Apr 8, 2024
1 parent cf0369e commit 4ff9371
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
include:
# Default values
- env_file: environment_no_cuda.yml
- test_args: --durations=-1 tests/
- test_args: --cov=sleap --cov-report=xml --durations=-1 tests/
# Mac specific values
- os: macos-14
env_file: environment_mac.yml
Expand Down Expand Up @@ -92,7 +92,7 @@ jobs:
# Upload coverage
- name: Upload coverage
uses: codecov/codecov-action@v4
if: matrix.os == 'ubuntu-22.04'
# if: matrix.os == 'ubuntu-22.04'
with:
token: ${{ secrets.CODECOV_TOKEN }}
fail_ci_if_error: true
Expand Down

0 comments on commit 4ff9371

Please sign in to comment.