Skip to content

Commit

Permalink
ci: fix coverage reporting for main branch
Browse files Browse the repository at this point in the history
  • Loading branch information
Anton Baliasnikov committed Mar 14, 2023
1 parent 1bf9d96 commit 296eba9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/scala-unit-tests.yml
Expand Up @@ -53,6 +53,7 @@ jobs:
check_name: "${{ inputs.component-name }} Test Results"

- name: Code coverage report
if: github.event_name == 'pull_request'
uses: 5monkeys/cobertura-action@master
with:
path: "${{ inputs.component-dir }}/target/coverage/coverage-report/cobertura.xml"
Expand Down

0 comments on commit 296eba9

Please sign in to comment.