Skip to content

Commit 1ef2be4

Browse files
committed
update Coveralls token and badge URL
1 parent 8f911dc commit 1ef2be4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
[![Coverage Status](https://coveralls.io/repos/github/kn9ts/dumb-passwords/badge.svg?branch=feature%2Ftests)](https://coveralls.io/github/kn9ts/dumb-passwords?branch=feature%2Ftests)
1+
[![Coverage Status](https://coveralls.io/repos/github/kn9ts/dumb-passwords/badge.svg?branch=master)](https://coveralls.io/github/kn9ts/dumb-passwords?branch=master)
22

33
![](http://res.cloudinary.com/dpmk2cnpi/image/upload/v1466589978/dumbPasswords_sxotda.png)
44

gulpfile.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ const runSequence = require('run-sequence');
1111
if (!('COVERALLS_SERVICE_NAME' in process.env)) {
1212
process.env.COVERALLS_SERVICE_NAME = `${os.hostname()}.${os.platform()}-${os.release()}`;
1313
}
14-
process.env.COVERALLS_REPO_TOKEN = 'eyJVXus0Edofd2JMr7SJZeWlxLx6ZhRco';
14+
process.env.COVERALLS_REPO_TOKEN = 'gjhGzgDSI9fNMQxEM4RavtZaIUqfqO1QH';
1515

1616
const filesToLint = [
1717
'gulpfile.js',

0 commit comments

Comments
 (0)