Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
build: add codacy coverage reporter (#2177)
* build: add codacy coverage reporter

* Update main.yml
  • Loading branch information
subotic committed Aug 25, 2022
1 parent b026442 commit c30390f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/main.yml
Expand Up @@ -39,6 +39,11 @@ jobs:
uses: coursier/cache-action@v6
- name: Build and Test
run: make test
- name: Run codacy-coverage-reporter
uses: codacy/codacy-coverage-reporter-action@v1
with:
project-token: ${{ secrets.CODACY_PROJECT_TOKEN }}
coverage-reports: target/scala-2.13/coverage-report/cobertura.xml
- name: Cleanup before cache
shell: bash
run: |
Expand Down

0 comments on commit c30390f

Please sign in to comment.