ecarlson94 / mascot

Motion Assisted Still Character Overlay Template
GNU General Public License v3.0
0 stars 0 forks source link

Coverage Report CI action not Commenting on PR #4

Open ecarlson94 opened 1 year ago

ecarlson94 commented 1 year ago

From the action's README:

Note: Only the ,pull_request and pull_request_target events are supported. This action does nothing when triggered by other event types.

Although, this seems out of date. Double check.

ecarlson94 commented 1 year ago

Replace action with codecov.yml:

codecov:
  require_ci_to_pass: true
comment:
  behavior: default
  layout: reach,diff,flags,tree,reach
  show_carryforward_flags: false
coverage:
  precision: 2
  range: # Change this to be higher
  - 60.0
  - 80.0
  round: down
  status:
    changes: false
    default_rules:
      flag_coverage_not_uploaded_behavior: include
    patch: true
    project: true
github_checks:
  annotations: true