Skip to content

Commit 53969eb

Browse files
authored
Merge pull request #1 from ymittalunisa/sonarcloud
sonar_cloud_severity_high
2 parents 34d5c0d + bf2b384 commit 53969eb

7 files changed

Lines changed: 391 additions & 362 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)