MarketSquare / robotframework-requests

Robot Framework keyword library wrapper for requests
http://marketsquare.github.io/robotframework-requests/
MIT License
482 stars 279 forks source link

doc: logging and authentication #398

Open nestoracunablanco opened 1 month ago

nestoracunablanco commented 1 month ago

Documents the credentials leakage fix.

nestoracunablanco commented 1 month ago

Issue #380

codecov[bot] commented 1 month ago

Codecov Report

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

Project coverage is 88.69%. Comparing base (233ff7c) to head (f663b11).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #398 +/- ## ========================================== + Coverage 85.07% 88.69% +3.62% ========================================== Files 9 9 Lines 469 469 Branches 117 117 ========================================== + Hits 399 416 +17 + Misses 65 51 -14 + Partials 5 2 -3 ``` | [Flag](https://app.codecov.io/gh/MarketSquare/robotframework-requests/pull/398/flags?src=pr&el=flags&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=MarketSquare) | Coverage Δ | | |---|---|---| | [acceptance](https://app.codecov.io/gh/MarketSquare/robotframework-requests/pull/398/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=MarketSquare) | `85.07% <ø> (ø)` | | | [unit](https://app.codecov.io/gh/MarketSquare/robotframework-requests/pull/398/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=MarketSquare) | `59.91% <ø> (?)` | | 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=MarketSquare#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.

nestoracunablanco commented 1 month ago

@lucagiove what do you think?