Skip to content

Commit

Permalink
Merge pull request #173 from SimonRichardson/expose-codecoverage
Browse files Browse the repository at this point in the history
Expose code coverage
  • Loading branch information
SimonRichardson authored Feb 13, 2024
2 parents 01daf33 + d9c0aa6 commit 073f7a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jobs/github/scripts/snippet_build_check-juju-juju.sh
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@

set +e # Will fail in reports gen if any errors occur
set -o pipefail # Need to error for make, not tees' success.
make check VERBOSE_CHECK=1 | tee ${WORKSPACE}/go-unittest.out
make check COVERAGE_CHECK=1 VERBOSE_CHECK=1 | tee ${WORKSPACE}/go-unittest.out
check_exit=$?
set +o pipefail
echo `date --rfc-3339=seconds` "ran make check"
Expand Down

0 comments on commit 073f7a2

Please sign in to comment.