Skip to content

Commit

Permalink
[#503] Update danger template xml
Browse files Browse the repository at this point in the history
  • Loading branch information
thiennguyen0196 committed Sep 14, 2023
1 parent 04a0146 commit 7b098f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dangerfile
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ end
# Show Danger test coverage report from Kover for templates
# Report coverage of modified files, warn if total project coverage is under 80%
# or if any modified file's coverage is under 95%
kover_file_template_xml = "template-xml/app/build/reports/kover/report.xml"
kover_file_template_xml = "deprecated/template-xml/app/build/reports/kover/report.xml"
markdown "## Kover report for template-xml:"
shroud.reportKover "Template - XML Unit Tests", kover_file_template_xml, 80, 95, false

Expand Down

0 comments on commit 7b098f1

Please sign in to comment.