Skip to content

Commit

Permalink
chore: Comment out the codecov for later usage
Browse files Browse the repository at this point in the history
  • Loading branch information
uwcdc authored Sep 3, 2024
1 parent 60d6734 commit 9404b60
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ["3.10", "3.11", "3.12"]
python-version: ["3.10, "3.11", "3.12"]
os: [ubuntu-latest, windows-latest, macOS-latest]

steps:
Expand Down Expand Up @@ -77,13 +77,13 @@ jobs:
pip install pytest pytest-cov
pytest -vvv --cov=${{ env.PROJECT_NAME }} --cov-report=xml --cov-report=term tests/
- name: Upload coverage reports to Codecov with GitHub Action
if:
${{ matrix.python-version == '3.10' && matrix.os == 'ubuntu-latest'}}
uses: codecov/codecov-action@v4
with:
token: ${{ secrets.CODECOV_TOKEN }}
files: ./coverage.xml
flags: unittests
name: codecov-umbrella
fail_ci_if_error: true
# - name: Upload coverage reports to Codecov with GitHub Action
# if:
# ${{ matrix.python-version == '3.10' && matrix.os == 'ubuntu-latest'}}
# uses: codecov/codecov-action@v4
# with:
# token: ${{ secrets.CODECOV_TOKEN }}
# files: ./coverage.xml
# flags: unittests
# name: codecov-umbrella
# fail_ci_if_error: true

0 comments on commit 9404b60

Please sign in to comment.