cpp-linter / cpp-linter-rs

A CLI tool that scans a batch of files with clang-tidy and/or clang-format, then provides feedback in the form of comments, annotations, summaries, and reviews.
https://cpp-linter.github.io/cpp-linter-rs/
MIT License
1 stars 0 forks source link

mock REST API calls in tests #21

Closed 2bndy5 closed 3 months ago

2bndy5 commented 3 months ago

resolves #18 resolves #11

codecov[bot] commented 3 months ago

Codecov Report

Attention: Patch coverage is 93.89920% with 23 lines in your changes missing coverage. Please review.

Project coverage is 97.28%. Comparing base (11ead4e) to head (8d2593d). Report is 2 commits behind head on main.

Files Patch % Lines
cpp-linter-lib/src/rest_api/github_api.rs 95.07% 10 Missing :warning:
cpp-linter-lib/src/rest_api/mod.rs 93.79% 8 Missing :warning:
cpp-linter-lib/src/clang_tools/clang_tidy.rs 82.75% 5 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #21 +/- ## ========================================== + Coverage 87.66% 97.28% +9.61% ========================================== Files 12 13 +1 Lines 2230 2431 +201 ========================================== + Hits 1955 2365 +410 + Misses 275 66 -209 ```

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