Skip to content
This repository has been archived by the owner on Dec 17, 2024. It is now read-only.

Commit

Permalink
Merge pull request #166 from aerokube/coverage
Browse files Browse the repository at this point in the history
collect coverage for ui
  • Loading branch information
vania-pooh authored Jul 22, 2019
2 parents ae55573 + d5f258b commit 455e366
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,8 @@ install:
- npm install cross-env

after_success:
- bash <(curl -s https://codecov.io/bash)
- bash <(curl -s https://codecov.io/bash) -F go
- bash <(curl -s https://codecov.io/bash) -f ./ui/coverage/coverage-final.json -F ui

deploy:
- provider: releases
Expand Down
2 changes: 1 addition & 1 deletion ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --transformIgnorePatterns 'node_modules/(?!(@novnc|highlight.js|xterm)/)'",
"test": "react-scripts test --transformIgnorePatterns 'node_modules/(?!(@novnc|highlight.js|xterm)/)' --coverage",
"eject": "react-scripts eject"
},
"eslintConfig": {
Expand Down

0 comments on commit 455e366

Please sign in to comment.