Skip to content

Commit 36da6a1

Browse files
committed
fixup! Add Github Actions workflow for running tests
Signed-off-by: Nabarun Pal <[email protected]>
1 parent 6eb054a commit 36da6a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
pip install --upgrade pip
4646
pip install celery==3.1.20 Django==1.9 # required for running celery
4747
pip install nox
48-
pip install coveralls
48+
pip install codecov
4949
- name: Run celery worker for tests
5050
run: celery -A junction worker -l info --detach
5151
- name: Run tests

0 commit comments

Comments
 (0)