Skip to content

Commit

Permalink
nit
Browse files Browse the repository at this point in the history
  • Loading branch information
chrabyrd committed Apr 3, 2024
1 parent 1c2762d commit 0185702
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ jobs:
echo "Coverage decreased from $baseline_coverage% to $current_coverage%"
exit 1
else
echo "$baseline_coverage% = $current_coverage%, Coverage didn't decrease. Committing new coverage.json."
echo "$baseline_coverage% == $current_coverage%, Coverage didn't decrease. Committing new coverage.json."
git config user.name github-actions
git config user.email [email protected]
Expand Down

0 comments on commit 0185702

Please sign in to comment.