Skip to content

Commit 805d2c1

Browse files
authored
Updating codecov (#60)
* chore: Improved Travis Config + Readme
1 parent edcc465 commit 805d2c1

File tree

5 files changed

+11
-5
lines changed

5 files changed

+11
-5
lines changed

.travis.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ sudo: false
44

55
notifications:
66
email:
7-
- pulkit4tech@gmail.com
7+
- privyfinder@gmail.com
88

99
env:
1010
matrix:
@@ -62,6 +62,7 @@ before_install:
6262
- pip install --user codecov #Install codecov
6363

6464
after_success:
65-
- codecov #Run codecov
65+
- codecov
66+
- bash <(curl -s https://codecov.io/bash) #Run codecov
6667

6768
after_failure: "cat $TRAVIS_BUILD_DIR/app/build/outputs/lint-results-debug.xml"

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
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&amp;utm_medium=referral&amp;utm_content=pulkit4tech/Privy&amp;utm_campaign=Badge_Grade) [![Build Status](https://travis-ci.com/pulkit4tech/Privy.svg?token=64sbHZeqb5jkHpMNguz1&branch=dev)](https://travis-ci.com/pulkit4tech/Privy)
24

3-
[![Codacy Badge](https://api.codacy.com/project/badge/Grade/3a93197a744c42eaa16e3ebcb4a47de8)](https://www.codacy.com?utm_source=github.com&amp;utm_medium=referral&amp;utm_content=pulkit4tech/Privy&amp;utm_campaign=Badge_Grade) [![Build Status](https://travis-ci.com/pulkit4tech/Privy.svg?token=64sbHZeqb5jkHpMNguz1&branch=master)](https://travis-ci.com/pulkit4tech/Privy)
45
### Description
56

67
Android Application to see Privy near you
@@ -28,6 +29,7 @@ Contributing Guidelines
2829
MADE WITH ❤ BY
2930
--------------
3031
[Pulkit Bhatia](https://github.com/pulkit4tech)
32+
3133
License
3234
-------
3335

app/build.gradle

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,9 @@ android {
2525
minifyEnabled false
2626
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
2727
}
28+
debug{
29+
testCoverageEnabled true
30+
}
2831
}
2932
dexOptions {
3033
javaMaxHeapSize "4g"

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ buildscript {
66
dependencies {
77
classpath 'com.android.tools.build:gradle:2.2.2'
88
classpath 'com.google.gms:google-services:3.0.0'
9-
9+
1010
// NOTE: Do not place your application dependencies here; they belong
1111
// in the individual module build.gradle files
1212
}

gradlew

100644100755
File mode changed.

0 commit comments

Comments
 (0)