Skip to content

Commit

Permalink
Codecov update 2
Browse files Browse the repository at this point in the history
  • Loading branch information
spirosmaggioros committed Jul 29, 2024
1 parent 8fc35e2 commit eaef203
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions .github/workflows/macos_test_cases.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,14 +29,5 @@ jobs:
- name: Run unit tests
run: |
cd tests/unit && python -m unittest discover -s . -p "*.py"
- name: Generate Report
run: |
pip install pytest-cov
cd tests/unit && pytest --cov
- name: Upload Coverage to Codecov
uses: codecov/codecov-action@v2
with:
token: ${{ secrets.CODECOV_TOKEN }}
slug: CBICA/spare_score

0 comments on commit eaef203

Please sign in to comment.