Skip to content

Commit

Permalink
Update ubuntu_test_cases.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexanderGetka-cbica authored Jul 29, 2024
1 parent 1538c05 commit 0c0c4b6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ubuntu_test_cases.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,9 @@ jobs:
- name: Generate Coverage Report
run: |
pip install pytest-cov
cd tests/unit && pytest --cov
cd tests/unit && pytest --cov=../../ --cov-report=xml
- name: Upload Coverage to Codecov
uses: codecov/codecov-action@v2
uses: codecov/codecov-action@v4.0.1
with:
token: ${{ secrets.CODECOV_TOKEN }}
slug: CBICA/spare_score
Expand Down

0 comments on commit 0c0c4b6

Please sign in to comment.