PHP Classes

File: .github/pull_request_template.md

Recommend this page to a friend!
  Classes of Eric Sizemore   PHPUnit Coverage Report Check   .github/pull_request_template.md   Download  
File: .github/pull_request_template.md
Role: Auxiliary data
Content type: text/markdown
Description: Auxiliary data
Class: PHPUnit Coverage Report Check
Check code coverage using the clover xml report.
Author: By
Last change:
Date: 25 days ago
Size: 1,051 bytes
 

Contents

Class file image Download

Pull Request

<!-- PR title needs to be prefixed with a conventional commit type (chore,ci,deprecate,docs,feat,fix,refactor,revert)

It should also be brief and descriptive for a good changelog entry

examples: "feat: add new command" or "fix: remove unused imports" -->

Proposed Changes

<!-- Describe what the changes are and link to a Discussion or Issue if one exists -->

Readiness Checklist

Author/Contributor

  • [ ] You have read CONTRIBUTING
  • [ ] If documentation is needed for this change, has that been included in this pull request
  • [ ] run `composer run-script test` and ensure you have test coverage for the lines you are introducing
  • [ ] run `composer run-script phpstan` and fix any issues that you have introduced
  • [ ] run `composer run-script cs:check` and fix any issues that you have introduced

Reviewer

  • [ ] Label as either `fix`, `documentation`, or `enhancement`
  • [ ] Additionally label as `verified` or `unverified`