Skip to content

Commit

Permalink
WIP Configure Coveralls
Browse files Browse the repository at this point in the history
  • Loading branch information
ashtanko committed Jan 2, 2024
1 parent 38d519f commit a66ae57
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,14 +60,16 @@ jobs:
- name: Generate Test Coverage Xml Report
run: ./gradlew koverXmlReport

- name: Coveralls GitHub Action
- name: Coveralls Parallel
uses: coverallsapp/github-action@v2
with:
parallel: true
flag-name: Unit
flag-name: run-${{ join(matrix.*, '-') }}
github-token: ${{ secrets.GITHUB_TOKEN }}
file: ./build/reports/jacoco/test/jacocoTestReport.xml
debug: true
debug: false
measure: true
format: jacoco

- name: Upload coverage to Codecov
uses: codecov/[email protected]
Expand Down

0 comments on commit a66ae57

Please sign in to comment.