Skip to content

Commit

Permalink
no message
Browse files Browse the repository at this point in the history
  • Loading branch information
dannyYassine committed Jan 21, 2021
1 parent fbd4d10 commit b111245
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,14 +25,14 @@ jobs:
- stage: coverage
script:
- yarn install-test-client
- pwd
- yarn test:cypress:install
- pwd
- yarn test:update-test-client
- yarn test:coverage
- stage: send-coverage
script:
- yarn install-test-client
- yarn test:cypress:install
- yarn test:update-test-client
- yarn test:coverage
- yarn send-coverage
- stage: deploy-npm
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,15 @@
"build": "vue-cli-service build --target lib --name vuuri src/index.js",
"install-test-client": "cd tests/client ; yarn install ; cd ../..",
"test": "start-server-and-test serve \"http://localhost:9999\" test:cypress:run",
"test:coverage": "@test:update-test-client ; start-server-and-test serve \"http://localhost:9999\" test:cypress:coverage",
"test:coverage": "start-server-and-test serve \"http://localhost:9999\" test:cypress:coverage",
"test:update-test-client": "rm -rf tests/client/src/vuuri/* ; ls -ls tests/client/src/vuuri ; cp src/* tests/client/src/vuuri ; ls -ls tests/client/src/vuuri ; ",
"test:unit": "vue-cli-service test:unit",
"test:unit:watch": "yarn test:unit --watch",
"test:unit:coverage": "vue-cli-service test:unit --coverage",
"test:cypress:install": "cypress install",
"test:cypress:open": "cypress open",
"test:cypress:run": "cypress run",
"test:cypress:coverage": "@test:update-test-client ; NODE_ENV=test cypress run",
"test:cypress:coverage": "NODE_ENV=test cypress run",
"send-coverage": "cat ./coverage/lcov.info | node node_modules/.bin/coveralls"
},
"author": "",
Expand Down

0 comments on commit b111245

Please sign in to comment.