Skip to content

Commit c500c94

Browse files
committed
explicitly point to a coverage file
1 parent 5b93067 commit c500c94

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
@@ -50,7 +50,7 @@ test:
5050

5151
post:
5252
- bash docker/circleci/teardown.sh
53-
- bash <(curl -s https://codecov.io/bash)
53+
- bash <(curl -s https://codecov.io/bash) -f ${CIRCLE_TEST_REPORTS}/nose/${CIRCLE_PROJECT_REPONAME}.xml
5454

5555
general:
5656
artifacts:

0 commit comments

Comments
 (0)