Skip to content

Commit 15fa3b1

Browse files
[#244] Apply code review changes
1 parent beca798 commit 15fa3b1

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Dangerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,9 @@ Dir[lint_dir].each do |file_name|
2929
android_lint.lint(inline_mode: true)
3030
end
3131

32-
# Show Danger test coverage report from Jacoco for Template
32+
# Show Danger test coverage report from Jacoco for template
3333
jacoco_dir = "template/**/build/reports/jacoco/jacocoTestReport/jacocoTestReport.xml"
34-
markdown "## Template Jacoco report:"
34+
markdown "## template Jacoco report:"
3535
Dir[jacoco_dir].each do |file_name|
3636
# Report coverage of modified files, warn if total project coverage is under 80%
3737
# or if any modified file's coverage is under 95%

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
---
1111

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)**
1313

1414
## Setup
1515

0 commit comments

Comments
 (0)