helloflask / bootstrap-flask

Bootstrap 4 & 5 helper for your Flask projects.
https://bootstrap-flask.readthedocs.io
Other
1.1k stars 189 forks source link

documentation pytest with codecoverage reporing #279

Closed PanderMusubi closed 1 year ago

codecov-commenter commented 1 year ago

Codecov Report

Patch and project coverage have no change.

Comparison is base (9b066cb) 97.01% compared to head (31c897e) 97.01%.

:mega: This organization is not using Codecov’s GitHub App Integration. We recommend you install it so Codecov can continue to function properly for your repositories. Learn more

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #279 +/- ## ======================================= Coverage 97.01% 97.01% ======================================= Files 1 1 Lines 134 134 Branches 17 17 ======================================= Hits 130 130 Misses 1 1 Partials 3 3 ``` Help us with your feedback. Take ten seconds to tell us [how you rate us](https://about.codecov.io/nps?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=helloflask). Have a feature suggestion? [Share it here.](https://app.codecov.io/gh/feedback/?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=helloflask)

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.

greyli commented 1 year ago

The coverage report only works on Python files, but our code base is the Jinja template. I think it's not necessary to address this in the docs.

PanderMusubi commented 10 months ago

For future reference, documented at https://github.com/helloflask/bootstrap-flask/discussions/276