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 1b25c40 commit fccdddc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cov.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: Code Coverage

on: [push, pull_request, workflow_dispatch]
on: [pull_request, workflow_dispatch]

jobs:
checks:
Expand Down Expand Up @@ -36,7 +36,7 @@ jobs:
# Branch to diff against.
# Compare the current coverage to the coverage
# determined on this branch.
diff-branch: test/cov-report
diff-branch: "master"
# This is where the coverage reports for the
# `diff-branch` are stored.
coverage-summary-title: "Code Coverage Summary"
Expand Down

0 comments on commit fccdddc

Please sign in to comment.