https://github.com/doctrine/quality-checks-report-action
https://github.com/doctrine/quality-checks-report-action
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/doctrine/quality-checks-report-action
- Owner: doctrine
- Created: 2019-11-23T12:10:15.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-11-24T12:42:35.000Z (over 6 years ago)
- Last Synced: 2024-04-14T00:58:54.266Z (over 2 years ago)
- Language: PHP
- Size: 39.1 KB
- Stars: 0
- Watchers: 4
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Github Checker
A checker that parses static analysis tool output and performs the following
operations:
1. Create a check report with **all violations** and instructions how to fix
them for contributors.
2. Inline comment failure reports to lines that are part of the changed commit
range.
## Tools and APIs used
1. [exussum12/coverage-checker](https://github.com/exussum12/coverageChecker)
with tooling to get a diff of all violations that match a commit range of a
checked out repository.
2. [Github Checks](https://developer.github.com/v3/checks/)