Skip to content

Commit

Permalink
[#244] Apply code review changes
Browse files Browse the repository at this point in the history
  • Loading branch information
toby-thanathip committed Jul 25, 2022
1 parent beca798 commit 15fa3b1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Dangerfile
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@ Dir[lint_dir].each do |file_name|
android_lint.lint(inline_mode: true)
end

# Show Danger test coverage report from Jacoco for Template
# Show Danger test coverage report from Jacoco for template
jacoco_dir = "template/**/build/reports/jacoco/jacocoTestReport/jacocoTestReport.xml"
markdown "## Template Jacoco report:"
markdown "## template Jacoco report:"
Dir[jacoco_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%
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

---

Our Android template: **[Template](https://github.com/nimblehq/android-templates/tree/develop/template)**
Our Android template: **[template](https://github.com/nimblehq/android-templates/tree/develop/template)**

## Setup

Expand Down

0 comments on commit 15fa3b1

Please sign in to comment.