Takishima / cmake-pre-commit-hooks

List of hooks for pre-commit to use with projects built using CMake. The hooks will automatically make a configure step using CMake in order to generate the compilation database if required.
Apache License 2.0
24 stars 1 forks source link

Introduce the Python attrs library + improve output on errors #96

Closed Takishima closed 1 year ago

codecov[bot] commented 1 year ago

Codecov Report

All modified lines are covered by tests :white_check_mark:

Comparison is base (c0d7df1) 100.00% compared to head (c34ee1d) 100.00%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #96 +/- ## ========================================= Coverage 100.00% 100.00% ========================================= Files 11 11 Lines 575 580 +5 Branches 119 121 +2 ========================================= + Hits 575 580 +5 ``` | [Files](https://app.codecov.io/gh/Takishima/cmake-pre-commit-hooks/pull/96?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Nguyen+Damien) | Coverage Δ | | |---|---|---| | [cmake\_pc\_hooks/\_call\_process.py](https://app.codecov.io/gh/Takishima/cmake-pre-commit-hooks/pull/96?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Nguyen+Damien#diff-Y21ha2VfcGNfaG9va3MvX2NhbGxfcHJvY2Vzcy5weQ==) | `100.00% <100.00%> (ø)` | | | [cmake\_pc\_hooks/\_utils.py](https://app.codecov.io/gh/Takishima/cmake-pre-commit-hooks/pull/96?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Nguyen+Damien#diff-Y21ha2VfcGNfaG9va3MvX3V0aWxzLnB5) | `100.00% <100.00%> (ø)` | |

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

codacy-production[bot] commented 1 year ago

Coverage summary from Codacy

See diff coverage on Codacy

Coverage variation Diff coverage
:white_check_mark: +0.00% (target: -0.10%) :white_check_mark: 100.00% (target: 70.00%)
Coverage variation details | | Coverable lines | Covered lines | Coverage | | ------------- | ------------- | ------------- | ------------- | | Common ancestor commit (c0d7df17e318c0c6da1f73960446db6b5beeb059) | 575 | 575 | 100.00% | | | Head commit (c34ee1d973d81143d0100b528072a49585265c49) | 580 (+5) | 580 (+5) | 100.00% (**+0.00%**) | **Coverage variation** is the difference between the coverage for the head and common ancestor commits of the pull request branch: ` - `
Diff coverage details | | Coverable lines | Covered lines | Diff coverage | | ------------- | ------------- | ------------- | ------------- | | Pull request (#96) | 12 | 12 | **100.00%** | **Diff coverage** is the percentage of lines that are covered by tests out of the coverable lines that the pull request added or modified: `/ * 100%`

See your quality gate settings    Change summary preferences