Skip to content

Commit

Permalink
test cov report change
Browse files Browse the repository at this point in the history
  • Loading branch information
ducphamle2 committed Mar 14, 2024
1 parent fccdddc commit 663080e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/cov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,10 @@ jobs:
# Create a coverage diff report.
diff: true
# Branch to diff against.
# Compare the current coverage to the coverage
# determined on this branch.
diff-branch: "master"
# # Compare the current coverage to the coverage
# # determined on this branch.
# diff-branch: master
# This is where the coverage reports for the
# `diff-branch` are stored.
coverage-summary-title: "Code Coverage Summary"
new-uncovered-statements-failure: true
# new-uncovered-statements-failure: true

0 comments on commit 663080e

Please sign in to comment.