Skip to content

Commit

Permalink
ci: implementing new workflow using kash repository
Browse files Browse the repository at this point in the history
  • Loading branch information
tristan-greffe committed Mar 7, 2024
1 parent ca40f76 commit 81bcae2
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion scripts/run_tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -40,4 +40,13 @@ echo "About to run tests for ${APP} v${VERSION}-($FLAVOR) ..."
##

use_node "$NODE_VER"
yarn && yarn test
yarn && yarn test

## Publish code coverage
##
install_cc_test_reporter
~/.local/bin/cc-test-reporter format-coverage -t lcov coverage/lcov.info
~/.local/bin/cc-test-reporter upload-coverage

## Notify on slack
##

0 comments on commit 81bcae2

Please sign in to comment.