Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: backport codecov removal to Palm #914

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
1 change: 0 additions & 1 deletion requirements/ci.in
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
# Requirements for running tests in Github CI
-c constraints.txt

codecov # Code coverage reporting
tox # Virtualenv management for tests
tox-battery # Makes tox aware of requirements file changes
6 changes: 0 additions & 6 deletions requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,6 @@ certifi==2022.12.7
# via requests
charset-normalizer==3.1.0
# via requests
codecov==2.1.12
# via -r requirements/ci.in
coverage==7.2.1
# via codecov
distlib==0.3.6
# via virtualenv
filelock==3.9.1
Expand All @@ -28,8 +24,6 @@ pluggy==1.0.0
# via tox
py==1.11.0
# via tox
requests==2.28.2
# via codecov
six==1.16.0
# via tox
tomli==2.0.1
Expand Down
4 changes: 0 additions & 4 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -45,13 +45,10 @@ click==8.1.3
# -r requirements/test.txt
# edx-django-utils
# pip-tools
codecov==2.1.12
# via -r requirements/ci.txt
coverage[toml]==7.2.1
# via
# -r requirements/ci.txt
# -r requirements/test.txt
# codecov
# pytest-cov
distlib==0.3.6
# via
Expand Down Expand Up @@ -191,7 +188,6 @@ requests==2.28.2
# via
# -r requirements/ci.txt
# -r requirements/test.txt
# codecov
s3transfer==0.6.0
# via
# -r requirements/test.txt
Expand Down
Loading