Skip to content

Commit 9dfe278

Browse files
author
Bas Hoonhout
committed
Simplified code coverage using codecov
1 parent b13a2dc commit 9dfe278

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

circle.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@ test:
22
override:
33
- mkdir -p $CIRCLE_TEST_REPORTS/nose
44
- 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
5+
- nosetests --with-coverage
66
- codecov

0 commit comments

Comments
 (0)