We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6eb054a commit 36da6a1Copy full SHA for 36da6a1
.github/workflows/test.yaml
@@ -45,7 +45,7 @@ jobs:
45
pip install --upgrade pip
46
pip install celery==3.1.20 Django==1.9 # required for running celery
47
pip install nox
48
- pip install coveralls
+ pip install codecov
49
- name: Run celery worker for tests
50
run: celery -A junction worker -l info --detach
51
- name: Run tests
0 commit comments