Skip to content
Prev Previous commit
Next Next commit
Update main.yml to add minimum coverage for Coberturra
  • Loading branch information
rjmurillo authored and MattKotsenas committed Jun 17, 2024
commit 53c83c66f12370569d768f1e467b8e87c46a6be8
1 change: 1 addition & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,7 @@ jobs:
uses: 5monkeys/cobertura-action@v14
with:
path: artifacts/TestResults/coverage/*.xml
minimum_coverage: 75

- name: Upload coverage data to Codacy
if: ${{ runner.os == 'Linux' && env.IS_COVERAGE_ALLOWED == 'true' && env.IS_MASTER_BRANCH == 'true' }}
Expand Down