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

Commit

Permalink
feat: update celery version
Browse files Browse the repository at this point in the history
  • Loading branch information
UsamaSadiq authored and Zacharis278 committed Apr 29, 2024
1 parent ce16df4 commit b1eae07
Show file tree
Hide file tree
Showing 19 changed files with 812 additions and 86 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,9 @@ jobs:
make validate_translations
- name: Run Coverage
if: matrix.python-version == '3.8' && matrix.toxenv=='django42'
uses: codecov/codecov-action@v1
uses: codecov/codecov-action@v3
with:
flags: unittests
file: ./coverage.xml
fail_ci_if_error: true
token: ${{ secrets.CODECOV_TOKEN }}
Loading

0 comments on commit b1eae07

Please sign in to comment.