File tree Expand file tree Collapse file tree 5 files changed +11
-5
lines changed Expand file tree Collapse file tree 5 files changed +11
-5
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ sudo: false
4
4
5
5
notifications :
6
6
email :
7
- - pulkit4tech @gmail.com
7
+ - privyfinder @gmail.com
8
8
9
9
env :
10
10
matrix :
@@ -62,6 +62,7 @@ before_install:
62
62
- pip install --user codecov # Install codecov
63
63
64
64
after_success :
65
- - codecov # Run codecov
65
+ - codecov
66
+ - bash <(curl -s https://codecov.io/bash) # Run codecov
66
67
67
68
after_failure : " cat $TRAVIS_BUILD_DIR/app/build/outputs/lint-results-debug.xml"
Original file line number Diff line number Diff line change 1
- # Privy : The Toilet Finder
1
+ # Privy : The Toilet Finder
2
+
3
+ [ ![ Codacy Badge] ( https://api.codacy.com/project/badge/Grade/3a93197a744c42eaa16e3ebcb4a47de8 )] ( https://www.codacy.com?utm_source=github.com& ; utm_medium=referral& ; utm_content=pulkit4tech/Privy& ; utm_campaign=Badge_Grade ) [ ![ Build Status] ( https://travis-ci.com/pulkit4tech/Privy.svg?token=64sbHZeqb5jkHpMNguz1&branch=dev )] ( https://travis-ci.com/pulkit4tech/Privy )
2
4
3
- [ ![ Codacy Badge] ( https://api.codacy.com/project/badge/Grade/3a93197a744c42eaa16e3ebcb4a47de8 )] ( https://www.codacy.com?utm_source=github.com& ; utm_medium=referral& ; utm_content=pulkit4tech/Privy& ; utm_campaign=Badge_Grade ) [ ![ Build Status] ( https://travis-ci.com/pulkit4tech/Privy.svg?token=64sbHZeqb5jkHpMNguz1&branch=master )] ( https://travis-ci.com/pulkit4tech/Privy )
4
5
### Description
5
6
6
7
Android Application to see Privy near you
@@ -28,6 +29,7 @@ Contributing Guidelines
28
29
MADE WITH ❤ BY
29
30
--------------
30
31
[ Pulkit Bhatia] ( https://github.com/pulkit4tech )
32
+
31
33
License
32
34
-------
33
35
Original file line number Diff line number Diff line change @@ -25,6 +25,9 @@ android {
25
25
minifyEnabled false
26
26
proguardFiles getDefaultProguardFile(' proguard-android.txt' ), ' proguard-rules.pro'
27
27
}
28
+ debug{
29
+ testCoverageEnabled true
30
+ }
28
31
}
29
32
dexOptions {
30
33
javaMaxHeapSize " 4g"
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ buildscript {
6
6
dependencies {
7
7
classpath ' com.android.tools.build:gradle:2.2.2'
8
8
classpath ' com.google.gms:google-services:3.0.0'
9
-
9
+
10
10
// NOTE: Do not place your application dependencies here; they belong
11
11
// in the individual module build.gradle files
12
12
}
You can’t perform that action at this time.
0 commit comments