Skip to content

Commit

Permalink
(#5) Split coverage data into separate folders and added step to merg…
Browse files Browse the repository at this point in the history
…e results
  • Loading branch information
s1hofmann committed Aug 12, 2020
1 parent 1adb440 commit 02b5d6a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .build/build.sh
Expand Up @@ -22,4 +22,4 @@ cd $targetDir
echo "Installing node version $nodeVersion"
nvm install $nodeVersion
echo "npm run coverage"
E2E_TEST=1 npm run coverage
E2E_TEST=1 npm run coverage -- --coverageDirectory=coverage/e2e
3 changes: 2 additions & 1 deletion .build/run_linux.sh
Expand Up @@ -9,5 +9,6 @@ npm run compile
echo "init e2e test subpackage"
npm --prefix e2e/tests ci
echo "npm run coverage"
npm run coverage
npm run coverage -- --coverageDirectory=coverage/unit
docker exec nut-ci bash -c "bash $PWD/.build/build.sh ${PWD} ${TRAVIS_NODE_VERSION}"
npm run coverage:collect

0 comments on commit 02b5d6a

Please sign in to comment.