Skip to content

Commit

Permalink
Squash code coverage commits
Browse files Browse the repository at this point in the history
Fix #2787.

Signed-off-by: Steven Bellock <[email protected]>
  • Loading branch information
steven-bellock committed Jul 31, 2024
1 parent 95a1389 commit 3fe33bd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/code_coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,5 +65,6 @@ jobs:
git config --global user.name "${{ env.CI_COMMIT_AUTHOR }}"
git config --global user.email "[email protected]"
git add -f coverage_log/\*
git commit -a -m "${{ env.CI_COMMIT_MESSAGE }}"
git commit -am "${{ env.CI_COMMIT_MESSAGE }}"
git reset $(git commit-tree HEAD^{tree} -m "${{ env.CI_COMMIT_MESSAGE }}")
git push --force origin github_pages

0 comments on commit 3fe33bd

Please sign in to comment.