1
0

Build coverage report (#3)

Add first unit test & code coverage config
This commit is contained in:
Mikołaj Pich
2017-07-20 17:37:55 +02:00
committed by GitHub
parent 9d98173b04
commit 4b425f9b39
10 changed files with 68 additions and 44 deletions

View File

@ -11,6 +11,7 @@
<string name="data_text">No login data</string>
<string name="error_feature_text">The function you wanted to run does not work</string>
<string name="login_accepted">Login is successful</string>
<string name="login_bad_credentials">Bad username or password</string>
<string name="login_denied">Login is failed</string>
<string name="please_wait">Please wait…</string>
<string name="title_activity_dashboard">Dashboard Activity</string>