We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 937a9de commit 5a8d344Copy full SHA for 5a8d344
1 file changed
.circleci/config.yml
@@ -41,7 +41,9 @@ commands:
41
when: always
42
- store_test_results:
43
path: ~/test-results
44
- - codecov/upload
+ - codecov/upload:
45
+ report_type: coverage
46
+ dir: target/querydsl-root-coverage/target/site/jacoco-aggregate/
47
48
configure-gpg:
49
steps:
0 commit comments