Skip to content

Commit b48ac0d

Browse files
committed
fixtry coverage reporting
1 parent 4a396a5 commit b48ac0d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ variables:
4747
name: Run tests
4848
command: |
4949
mkdir test-reports
50-
py.test --cov=kipoiseq/ tests/ --no-cov-on-fail --junitxml=test-reports/junit.xml
50+
py.test --cov=kipoiseq/ tests/ -n 1 --no-cov-on-fail --junitxml=test-reports/junit.xml
5151
run_coveralls: &run_coveralls
5252
run:
5353
name: run coveralls

0 commit comments

Comments
 (0)