We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7ed2f61 commit 9f15e48Copy full SHA for 9f15e48
.github/workflows/develop.yml
@@ -69,17 +69,6 @@ jobs:
69
link_missing_lines: true
70
show_branch: true
71
only_changed_files: true
72
- - name: Code Coverage Summary Report For Master
73
- if: github.ref == 'refs/heads/master' && github.event_name == 'push'
74
- uses: irongut/CodeCoverageSummary@v1.3.0
75
- with:
76
- filename: ./tests/HydraScript.Tests/coverage.cobertura.xml
77
- badge: true
78
- fail_below_min: false
79
- format: markdown
80
- hide_branch_rate: true
81
- hide_complexity: true
82
- thresholds: '80 100'
83
- name: ReportGenerator
84
uses: danielpalme/ReportGenerator-GitHub-Action@5.2.1
85
with:
0 commit comments