Skip to content

Commit

Permalink
Update args
Browse files Browse the repository at this point in the history
  • Loading branch information
nfarrell-kx committed Sep 20, 2023
1 parent 32e25cb commit f738429
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,11 @@ jobs:
- name: Add coverage to PR
uses: irongut/[email protected]
with:
lcov-file: ./coverage-reports/cobertura-coverage.xml
filename: ./coverage-reports/cobertura-coverage.xml
format: markdown
hide_branch_rate: true
hide_complexity: true
thresholds: "30 80"

- name: SonarCloud Scan
uses: sonarsource/sonarqube-scan-action@master
Expand Down

0 comments on commit f738429

Please sign in to comment.