We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b15da81 commit b11a955Copy full SHA for b11a955
1 file changed
.circleci/config.yml
@@ -23,7 +23,8 @@ commands:
23
run-tests:
24
steps:
25
- run: ./gradlew check jacocoTestReport --continue --console=plain
26
- - codecov/upload
+ - codecov/upload:
27
+ file: /home/circleci/project/coverage/coverage.xml
28
29
run-api-diff:
30
0 commit comments