Skip to content

Commit

Permalink
Comment the Codecov's action
Browse files Browse the repository at this point in the history
  • Loading branch information
valosekj committed Jun 7, 2024
1 parent e6c6596 commit 52b69f8
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,14 +53,14 @@ jobs:
run: |
pytest --cov --cov-config=.coveragerc --cov-report=xml -vv
# Using Codecov's action, upload the coverage report for the triggering commit/PR
- name: Upload coverage
uses: codecov/codecov-action@v2
with:
file: ./coverage.xml
fail_ci_if_error: true
verbose: true
version: "v0.1.15"
# # Using Codecov's action, upload the coverage report for the triggering commit/PR
# - name: Upload coverage
# uses: codecov/codecov-action@v2
# with:
# file: ./coverage.xml
# fail_ci_if_error: true
# verbose: true
# version: "v0.1.15"

build_docs:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 52b69f8

Please sign in to comment.