Skip to content

Commit

Permalink
test: commented out the build cases
Browse files Browse the repository at this point in the history
  • Loading branch information
rebekahrudd committed Dec 9, 2024
1 parent e79adbe commit ca07aad
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,10 +88,10 @@ jobs:
linux: poetry run task cover
macos: poetry run task cover
windows: poetry run task cover-win
- name: Upload coverage
uses: codecov/codecov-action@v1
with:
files: ./coverage.xml
flags: unittests
env_vars: OS,PYTHON
fail_ci_if_error: true
# - name: Upload coverage
# uses: codecov/codecov-action@v1
# with:
# files: ./coverage.xml
# flags: unittests
# env_vars: OS,PYTHON
# fail_ci_if_error: true

0 comments on commit ca07aad

Please sign in to comment.