diff --git a/circle.yml b/circle.yml index db70e2d..7d39cea 100644 --- a/circle.yml +++ b/circle.yml @@ -2,4 +2,4 @@ test: override: - mvn install post: - - cp $HOME/unit-tck/target/coverage-JSR%20363.html $CIRCLE_ARTIFACTS \ No newline at end of file + - cp $HOME/unit-tck/target/*.html $CIRCLE_ARTIFACTS \ No newline at end of file