Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(checker): add doxygen checker #2455

Merged
merged 1 commit into from
Dec 21, 2022
Merged

Conversation

ffontaine
Copy link
Contributor

Signed-off-by: Fabrice Fontaine fabrice.fontaine@orange.com

Signed-off-by: Fabrice Fontaine <fabrice.fontaine@orange.com>
@codecov-commenter
Copy link

Codecov Report

Merging #2455 (5b8d7d4) into main (e267093) will decrease coverage by 0.53%.
The diff coverage is 100.00%.

@@            Coverage Diff             @@
##             main    #2455      +/-   ##
==========================================
- Coverage   83.30%   82.77%   -0.54%     
==========================================
  Files         581      583       +2     
  Lines        9676     9689      +13     
  Branches     1148     1319     +171     
==========================================
- Hits         8061     8020      -41     
- Misses       1301     1344      +43     
- Partials      314      325      +11     
Flag Coverage Δ
longtests 82.77% <100.00%> (+<0.01%) ⬆️
win-longtests ?

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
cve_bin_tool/checkers/__init__.py 95.55% <ø> (ø)
cve_bin_tool/checkers/doxygen.py 100.00% <100.00%> (ø)
test/test_data/doxygen.py 100.00% <100.00%> (ø)
test/test_json.py 68.96% <0.00%> (-20.69%) ⬇️
cve_bin_tool/extractor.py 69.02% <0.00%> (-11.51%) ⬇️
cve_bin_tool/data_sources/__init__.py 91.89% <0.00%> (-5.41%) ⬇️
cve_bin_tool/version_scanner.py 86.95% <0.00%> (-3.11%) ⬇️
test/test_cli.py 85.61% <0.00%> (-2.16%) ⬇️
test/test_checkers.py 93.54% <0.00%> (-1.62%) ⬇️
cve_bin_tool/output_engine/__init__.py 67.85% <0.00%> (-1.08%) ⬇️
... and 7 more

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

Copy link
Contributor

@terriko terriko left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good, thanks!

@terriko terriko merged commit 9f19def into intel:main Dec 21, 2022
@ffontaine ffontaine deleted the add-doxygen-checker branch December 21, 2022 21:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants