Skip to content

Commit

Permalink
add cov html
Browse files Browse the repository at this point in the history
  • Loading branch information
CCedricYoung committed Feb 20, 2025
1 parent 996b014 commit 89945ba
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -222,13 +222,15 @@ jobs:
mv -f cov_badge.json $COVERAGE_BADGE_DIR/badge.json
mv -f cov_index.html $COVERAGE_BADGE_DIR/index.html
COVERAGE_HTML_DIR=docs/coverage/html/
COVERAGE_HTML_DIR=docs/coverage/html
# Move and overwrite coverage report
rm -rf ${COVERAGE_HTML_DIR}*
mv -f htmlcov ${COVERAGE_HTML_DIR}
rm ${COVERAGE_HTML_DIR}/.gitignore
# Commit changes
git add .
git status
git add docs
git commit -m "${COMMIT_MSG}" || echo "No changes to commit"
# Push changes if main or override
Expand Down

0 comments on commit 89945ba

Please sign in to comment.