Skip to content

Commit

Permalink
fix: remove coverage report for now
Browse files Browse the repository at this point in the history
  • Loading branch information
qasimgulzar committed Aug 19, 2024
1 parent d6027ef commit 44b3cad
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,4 @@ jobs:
python -m pip install -r requirements/testing.txt
- name: Run Tests
run: coverage run manage.py test --settings=openedx_search.settings.test
- name: Update Coverge Badge
if: github.ref == format('refs/heads/{0}', github.event.repository.default_branch)
uses: we-cli/coverage-badge-action@main
run: coverage run manage.py test --settings=openedx_search.settings.test

0 comments on commit 44b3cad

Please sign in to comment.