Skip to content

Commit

Permalink
on branch show coverage only for changed files
Browse files Browse the repository at this point in the history
  • Loading branch information
zingmane committed Oct 25, 2023
1 parent 80f9719 commit 3fe658d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/branches.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,7 @@ jobs:
with:
path: build/reports/scoverage/cobertura.xml
minimum_coverage: 80
only_changed_files: true

publish-test-results:
name: "Publish Unit Tests Results"
Expand All @@ -120,6 +121,6 @@ jobs:
path: artifacts

- name: Publish Unit Test Results
uses: EnricoMi/publish-unit-test-result-action@v1
uses: EnricoMi/publish-unit-test-result-action@v2
with:
files: artifacts/test-results/**/*.xml

0 comments on commit 3fe658d

Please sign in to comment.