Skip to content

Commit bf2b384

Browse files
committed
Updated coverage.xml
added code for codecov integration
1 parent 9a29262 commit bf2b384

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/coverage.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,3 +50,7 @@ jobs:
5050
uses: codecov/codecov-action@eaaf4bedf32dbdc6b720b63067d99c4d77d6047d # v3.1.4
5151
with:
5252
files: ./target/site/jacoco/jacoco.xml
53+
- name: Upload coverage reports to Codecov
54+
uses: codecov/codecov-action@v3
55+
env:
56+
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)