Skip to content

Commit b11a955

Browse files
authored
Fix Codecov uploader in CI (#526)
1 parent b15da81 commit b11a955

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.circleci/config.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,8 @@ commands:
2323
run-tests:
2424
steps:
2525
- run: ./gradlew check jacocoTestReport --continue --console=plain
26-
- codecov/upload
26+
- codecov/upload:
27+
file: /home/circleci/project/coverage/coverage.xml
2728

2829
run-api-diff:
2930
steps:

0 commit comments

Comments
 (0)