Skip to content

Commit

Permalink
fix: disabled codecov integration
Browse files Browse the repository at this point in the history
  • Loading branch information
amenezes committed Oct 25, 2024
1 parent 6397d6d commit 9e03099
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@ jobs:
run: |
sudo apt-get install -y tesseract-ocr tesseract-ocr-por
make ci SKIP_STYLE=true
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v1
with:
file: ./coverage.xml
fail_ci_if_error: true
# - name: Upload coverage to Codecov
# uses: codecov/codecov-action@v1
# with:
# file: ./coverage.xml
# fail_ci_if_error: true

0 comments on commit 9e03099

Please sign in to comment.