Skip to content

Commit

Permalink
Try disabling codecov
Browse files Browse the repository at this point in the history
  • Loading branch information
kkaris committed Jul 13, 2023
1 parent b4b8855 commit 77aedfa
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ jobs:
run: |
export MIRA_REST_URL=https://d1t1rcuq5sa4r0.cloudfront.net
tox -e py
- name: Upload coverage report to codecov
uses: codecov/codecov-action@v1
if: success()
with:
file: coverage.xml
# - name: Upload coverage report to codecov
# uses: codecov/codecov-action@v1
# if: success()
# with:
# file: coverage.xml
4 changes: 2 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ extras =
web
commands =
coverage run -p -m pytest --durations=20 {posargs:tests} -m "not slow"
coverage combine
coverage xml
; coverage combine
; coverage xml

[testenv:docs]
extras =
Expand Down

0 comments on commit 77aedfa

Please sign in to comment.