File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -29,9 +29,9 @@ Dir[lint_dir].each do |file_name|
29
29
android_lint . lint ( inline_mode : true )
30
30
end
31
31
32
- # Show Danger test coverage report from Jacoco for Template
32
+ # Show Danger test coverage report from Jacoco for template
33
33
jacoco_dir = "template/**/build/reports/jacoco/jacocoTestReport/jacocoTestReport.xml"
34
- markdown "## Template Jacoco report:"
34
+ markdown "## template Jacoco report:"
35
35
Dir [ jacoco_dir ] . each do |file_name |
36
36
# Report coverage of modified files, warn if total project coverage is under 80%
37
37
# or if any modified file's coverage is under 95%
Original file line number Diff line number Diff line change 9
9
10
10
---
11
11
12
- Our Android template: ** [ Template ] ( https://github.com/nimblehq/android-templates/tree/develop/template ) **
12
+ Our Android template: ** [ template ] ( https://github.com/nimblehq/android-templates/tree/develop/template ) **
13
13
14
14
## Setup
15
15
You can’t perform that action at this time.
0 commit comments