Skip to content

Commit

Permalink
Add coverage exception
Browse files Browse the repository at this point in the history
  • Loading branch information
alisonthemonster committed Mar 3, 2021
1 parent 70e9016 commit 2890fd8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,6 @@ class EntryFragmentInstrumentedTest {
fragmentArgs = args.toBundle()
)

//TODO hint is no longer used here
onView(withId(R.id.entry_text)).check(matches(withHint("What were you grateful for?")))
onView(withId(R.id.prompt_button)).perform(click())
onView(withId(R.id.entry_text)).check(matches(not(withHint("What were you grateful for?"))))
Expand Down
1 change: 1 addition & 0 deletions coveragereporting.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ def fileFilter = ['**/R.class',
'**/*adapter*.*',
'**/*Activity*.*',
'**/AppLockFragment*',
'**/LocaleHelper*',
'**/TimelineFragment*',
'**/calendar/*.*',]

Expand Down

0 comments on commit 2890fd8

Please sign in to comment.