added test for SubprocessBackend.launch

This commit is contained in:
Alok Saldanha
2021-04-04 19:48:13 -04:00
parent 10105c43a8
commit f16bd5e2b9
2 changed files with 43 additions and 1 deletions
+1 -1
View File
@@ -51,7 +51,7 @@ jobs:
run: |
eval "$(conda shell.bash hook)"
conda activate cellxgene-gateway
coverage report --fail-under 41
coverage report --fail-under 47
coverage xml -i
- name: "Upload coverage to Codecov"