Skip to content

Commit

Permalink
Update macos_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 5737c96 commit 1538c05
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/macos_test_cases.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,12 @@ jobs:
- name: Run unit tests
run: |
cd tests/unit && python -m unittest discover -s . -p "*.py"
- name: Generate Report
- 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 1538c05

Please sign in to comment.