Skip to content

Commit 7d817b4

Browse files
committed
trying to fix coverage report
1 parent 8a44cdb commit 7d817b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ install:
2626
script:
2727
- "./docs/update_apidocs.sh"
2828
- which nosetests
29-
- nosetests --with-coverage --cover-erase --cover-inclusive --cover-package=pySDC/core,pySDC/implementations,pySDC/helpers,pySDC/tutorial --cover-html --cover-html-dir=target/doc/build/test_coverage pySDC/tests
29+
- nosetests --with-coverage --cover-erase --cover-inclusive --cover-package=pySDC/core,pySDC/implementations,pySDC/helpers,pySDC/tutorial --cover-html --cover-html-dir=doc/build/test_coverage pySDC/tests
3030
- if [[ $PYTHON_VERSION == 3 ]]; then travis-sphinx build; fi
3131

3232
after_success:

0 commit comments

Comments
 (0)