Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use mockito for all tests instead of just for UI tests #3277

Merged
merged 1 commit into from
Dec 5, 2019

Conversation

maskaravivek
Copy link
Member

@maskaravivek maskaravivek commented Dec 5, 2019

Currently, mockito was added as an androidTestImplementation dependency, changed it to testImplementation so that its available for unit tests as well.

Also, it bumps the mockito version to the latest version.

@codecov-io
Copy link

Codecov Report

Merging #3277 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@          Coverage Diff           @@
##           master   #3277   +/-   ##
======================================
  Coverage     7.4%    7.4%           
======================================
  Files         266     266           
  Lines       11398   11398           
  Branches      892     892           
======================================
  Hits          844     844           
  Misses      10492   10492           
  Partials       62      62

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 96d36ba...c3bc306. Read the comment docs.

@ashishkumar468 ashishkumar468 merged commit 57a8aef into commons-app:master Dec 5, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants