We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b13a2dc commit 9dfe278Copy full SHA for 9dfe278
circle.yml
@@ -2,5 +2,5 @@ test:
2
override:
3
- mkdir -p $CIRCLE_TEST_REPORTS/nose
4
- mkdir -p $CIRCLE_ARTIFACTS/coverage
5
- - nosetests --with-xunit --with-coverage --xunit-file=$CIRCLE_TEST_REPORTS/nose/tests.xml --cover-package=aeolis --cover-xml --cover-xml-file=$CIRCLE_TEST_REPORTS/nose/coverage.xml --cover-html --cover-html-dir=$CIRCLE_ARTIFACTS/coverage
+ - nosetests --with-coverage
6
- codecov
0 commit comments