diff --git a/.circleci/config.yml b/.circleci/config.yml index 347ee59c..33d39e8c 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -29,9 +29,7 @@ jobs: name: "Aggregate test results" when: always command: | - echo HOME $HOME && \ - echo testdir $CIRCLE_TEST_REPORTS && \ - mkdir -p $CIRCLE_TEST_REPORTS/junit/ + mkdir -p ~/junit/ find . -type f -regex ".*/target/.*-reports/.*" -exec cp {} ~/junit/ \; bash <(curl -s https://codecov.io/bash) - store_artifacts: