wilson-labs / cola

Compositional Linear Algebra
Apache License 2.0
401 stars 26 forks source link

Yapf autopep8 format enforcer #59

Closed AndPotap closed 1 year ago

codecov[bot] commented 1 year ago

Codecov Report

Patch and project coverage have no change.

Comparison is base (ea41fbf) 78.62% compared to head (f7caa92) 78.62%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #59 +/- ## ======================================= Coverage 78.62% 78.62% ======================================= Files 36 36 Lines 2975 2975 ======================================= Hits 2339 2339 Misses 636 636 ``` | [Files Changed](https://app.codecov.io/gh/wilson-labs/cola/pull/59?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=wilson-labs) | Coverage Δ | | |---|---|---| | [cola/\_\_init\_\_.py](https://app.codecov.io/gh/wilson-labs/cola/pull/59?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=wilson-labs#diff-Y29sYS9fX2luaXRfXy5weQ==) | `100.00% <ø> (ø)` | | | [cola/annotations.py](https://app.codecov.io/gh/wilson-labs/cola/pull/59?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=wilson-labs#diff-Y29sYS9hbm5vdGF0aW9ucy5weQ==) | `88.17% <ø> (ø)` | | | [cola/fns.py](https://app.codecov.io/gh/wilson-labs/cola/pull/59?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=wilson-labs#diff-Y29sYS9mbnMucHk=) | `80.91% <ø> (ø)` | |

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

mfinzi commented 1 year ago

Will this just add a check or it will it also run the autoformatter? Ideally let's make it easy for people to contribute (including myself 🙃🙃) by having the formatter run for them