Skip to content

Commit

Permalink
Add coverage reports
Browse files Browse the repository at this point in the history
  • Loading branch information
sushantmane committed Oct 28, 2024
1 parent 284775d commit 82c50be
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/VeniceCI-StaticAnalysisAndUnitTests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,10 @@ jobs:
# Process each file
echo "Processing $file"
done
- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v3
with:
token: ${{secrets.CODECOV_TOKEN}}
- name: Upload test results to Codecov
if: ${{ !cancelled() }}
uses: codecov/test-results-action@v1
Expand Down
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -480,8 +480,8 @@ subprojects {
dependsOn test // tests are required to run before generating the report

reports {
xml.enabled = true
html.enabled = true
xml.enabled true
html.enabled true
}

doLast {
Expand Down

0 comments on commit 82c50be

Please sign in to comment.