Skip to content
This repository has been archived by the owner on Sep 11, 2024. It is now read-only.

Commit

Permalink
build: skip coverage check
Browse files Browse the repository at this point in the history
  • Loading branch information
UsamaSadiq committed May 13, 2024
1 parent a39c3d6 commit f1922f0
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,11 +42,11 @@ jobs:
sudo apt install gettext
make static
make validate_translations
- name: Run Coverage
if: matrix.python-version == '3.12' && matrix.toxenv=='django42'
uses: codecov/codecov-action@v1
with:
flags: unittests
file: ./coverage.xml
fail_ci_if_error: true
token: ${{ secrets.CODECOV_TOKEN }}
# - name: Run Coverage
# if: matrix.python-version == '3.12' && matrix.toxenv=='django42'
# uses: codecov/codecov-action@v1
# with:
# flags: unittests
# file: ./coverage.xml
# fail_ci_if_error: true
# token: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit f1922f0

Please sign in to comment.