Skip to content

Commit

Permalink
ci: update coveralls
Browse files Browse the repository at this point in the history
  • Loading branch information
Scrum committed Jul 5, 2019
1 parent 88a6a5c commit cbeeb23
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@ before_script:
- fluxbox &

after_success:
- './node_modules/.bin/nyc report --reporter=text-lcov | ./node_modules/.bin/coveralls'
- npm run coverage
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
"test:e2e": "npm run build && npm run testcafe",
"testcafe": "testcafe all tests/e2e/*-test.js --app \"http-server ./ -s\"",
"html": "node src/build/html.js",
"coverage": "nyc report --reporter=text-lcov | coveralls",
"css": "postcss --no-map -o dist/css/slims.min.css src/css/slims.css && cp -a dist/. docs/",
"build": "rimraf dist && npm run css && npm run html",
"watch:docs": "chokidar src/docs/**/* -c \"npm run html\"",
Expand Down

0 comments on commit cbeeb23

Please sign in to comment.