Skip to content

Commit 330bfa2

Browse files
committed
Upload coverage reports
Signed-off-by: Marvin Froeder <velo.br@gmail.com>
1 parent 149a87a commit 330bfa2

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

.circleci/config.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@
1313
#
1414

1515
# common executors
16+
orbs:
17+
codecov: codecov/codecov@3
18+
1619
executors:
1720
java:
1821
docker:
@@ -38,6 +41,7 @@ commands:
3841
when: always
3942
- store_test_results:
4043
path: ~/test-results
44+
- codecov/upload
4145

4246
configure-gpg:
4347
steps:

pom.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -568,7 +568,6 @@
568568
</limits>
569569
</rule>
570570
</projectRules>
571-
<haltOnFailure>true</haltOnFailure>
572571
<projectExtraProperties>
573572
<enforcer.skip>true</enforcer.skip>
574573
<license.skip>true</license.skip>

0 commit comments

Comments
 (0)