Skip to content

Commit

Permalink
ci: implementing new workflow using kash repository [additional tests]
Browse files Browse the repository at this point in the history
  • Loading branch information
tristan-greffe committed Mar 13, 2024
1 parent 11ddaa7 commit a3013d1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion scripts/run_tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ yarn && yarn test

## Publish code coverage
##
if [ -n "$CODE_COVERAGE" ]; then

if [ "$CODE_COVERAGE" = true ]; then
send_coverage_to_cc "$CC_TEST_REPORTER_ID"
fi

0 comments on commit a3013d1

Please sign in to comment.