petereon / beaupy

A Python library of interactive CLI elements you have been looking for
https://petereon.github.io/beaupy/
MIT License
192 stars 14 forks source link

Fix doc build #100

Closed petereon closed 1 month ago

codecov-commenter commented 1 month ago

:warning: Please install the 'codecov app svg image' to ensure uploads and comments are reliably processed by Codecov.

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 97.62%. Comparing base (9f147cb) to head (6ea0c3d).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #100 +/- ## ======================================= Coverage 97.62% 97.62% ======================================= Files 3 3 Lines 421 421 Branches 102 102 ======================================= Hits 411 411 Misses 6 6 Partials 4 4 ``` | [Flag](https://app.codecov.io/gh/petereon/beaupy/pull/100/flags?src=pr&el=flags&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Peter+V%C3%BDboch) | Coverage Δ | | |---|---|---| | [unittests](https://app.codecov.io/gh/petereon/beaupy/pull/100/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Peter+V%C3%BDboch) | `97.62% <ø> (ø)` | | Flags with carried forward coverage won't be shown. [Click here](https://docs.codecov.io/docs/carryforward-flags?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Peter+V%C3%BDboch#carryforward-flags-in-the-pull-request-comment) to find out more.

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

sonarcloud[bot] commented 1 month ago

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
0.0% Coverage on New Code
0.0% Duplication on New Code

See analysis details on SonarCloud

petereon commented 1 month ago

@HYP3R00T the docs with your improvement have now been built and published. Thank you for your contribution!

HYP3R00T commented 1 month ago

Thanks for resolving it so quickly.