We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents df8344d + 0cabe70 commit 4bc4e5bCopy full SHA for 4bc4e5b
.travis.yml
@@ -12,4 +12,3 @@ branches:
12
- "/^release\\/.*$/"
13
install:
14
- travis_retry npm install
15
-after_script: 'cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js'
package.json
@@ -1,11 +1,11 @@
1
{
2
"name": "serverless-plugin-diff",
3
- "version": "1.0.2",
+ "version": "1.0.3",
4
"description": "Plugin for Serverless Framework v1.x which compares your locale AWS CloudFormation templates against deployed ones.",
5
"main": "lib/index.js",
6
"scripts": {
7
"pretest": "eslint .",
8
- "test": "jest --coverage"
+ "test": "jest --coverage && cat ./coverage/lcov.info | coveralls"
9
},
10
"author": "Nick den Engelsman",
11
"maintainers": [
0 commit comments