Skip to content

Commit e0365aa

Browse files
ci: add codecov action to generate coverage from jacoco report
1 parent 5065596 commit e0365aa

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/build-and-deploy.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,10 @@ jobs:
4040
distribution: adopt
4141
- name: Run quality assurance and test with coverage
4242
run: ./gradlew clean check
43+
- name: CodeCov
44+
uses: codecov/[email protected]
45+
with:
46+
directory: "build/reports/jacoco"
4347
release:
4448
concurrency:
4549
# Allow only one release at a time.

0 commit comments

Comments
 (0)