Skip to content

Commit

Permalink
module_name has no effect, use "Module Name" param to display the dan…
Browse files Browse the repository at this point in the history
  • Loading branch information
luongvo committed Dec 24, 2022
1 parent b76883e commit 7951bac
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Dangerfile
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,5 @@ kover_dir = "build/reports/kover/merged/xml/report.xml"
Dir[kover_dir].each do |file_name|
# Report coverage of modified files, warn if total project coverage is under 80%
# or if any modified file's coverage is under 95%
module_name = file_name.split('/', 2)[0]
shroud.reportKover module_name, file_name, 80, 95, false
shroud.reportKover "(By Instruction)", file_name, 80, 95, false
end

0 comments on commit 7951bac

Please sign in to comment.