lowering threshold due to including of itemsource modules

This commit is contained in:
Alok Saldanha
2021-04-05 08:10:55 -04:00
parent 3239aefad4
commit dba13ccacd

View File

@@ -51,7 +51,7 @@ jobs:
run: |
eval "$(conda shell.bash hook)"
conda activate cellxgene-gateway
coverage report --fail-under 47
coverage report --fail-under 41
coverage xml -i
- name: "Upload coverage to Codecov"