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: add parser class(#1699) #1700

Merged
merged 17 commits into from
Jun 16, 2022
Merged

feat: add parser class(#1699) #1700

merged 17 commits into from
Jun 16, 2022

Conversation

XDRAGON2002
Copy link
Contributor

Closes #1699

@codecov-commenter
Copy link

Codecov Report

Merging #1700 (e644bb4) into main (09ebae5) will decrease coverage by 0.23%.
The diff coverage is 0.00%.

@@            Coverage Diff             @@
##             main    #1700      +/-   ##
==========================================
- Coverage   78.76%   78.53%   -0.24%     
==========================================
  Files         298      299       +1     
  Lines        6189     6195       +6     
  Branches     1006     1007       +1     
==========================================
- Hits         4875     4865      -10     
- Misses       1096     1111      +15     
- Partials      218      219       +1     
Flag Coverage Δ
longtests 78.53% <0.00%> (-0.24%) ⬇️

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

Impacted Files Coverage Δ
cve_bin_tool/parsers/__init__.py 0.00% <0.00%> (ø)
cve_bin_tool/nvd_api.py 75.20% <0.00%> (-8.80%) ⬇️
cve_bin_tool/cli.py 70.90% <0.00%> (+0.40%) ⬆️

📣 Codecov can now indicate which changes are the most critical in Pull Requests. 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.

Yay for starting!

@terriko terriko merged commit fc12dc4 into intel:main Jun 16, 2022
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.

feat: create a basic structure for the language parser class
3 participants