Skip to content

Commit

Permalink
build: Remove the codecov call, which was used after all.
Browse files Browse the repository at this point in the history
#887 tracks restoring and fixing
coverage testing.
  • Loading branch information
timmc-edx committed Apr 13, 2023
1 parent 17ee2fb commit 0dd9f42
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,3 @@ jobs:
run: |
docker exec xqueue bash -c "cd /edx/app/xqueue/xqueue/; pip3 install -r requirements/ci.txt"
docker exec xqueue bash -c "cd /edx/app/xqueue/xqueue/ && DB_HOST=${{ matrix.db-version }} tox -e ${TOXENV}"
- name: Code Coverage
if: matrix.tox-env=='django32'
run: |
python3.8 -m pip install -r requirements/ci.txt &&
docker exec xqueue bash -c "cd /edx/app/xqueue/xqueue/; coverage xml" && codecov

0 comments on commit 0dd9f42

Please sign in to comment.