docs: Add docstrings to cve_bin_tool/data_sources/osv_source.py
------------------------------------------------------------- Detailed Coverage --------------------------------------------------------------
| Name | Status |
|---|---|
| osv_source.py | |
| OSV_Source (L23) | MISSED |
| OSV_Source.update_ecosystems (L49) | COVERED |
| OSV_Source.get_ecosystem (L69) | COVERED |
| OSV_Source.get_ecosystem_incremental (L79) | COVERED |
| OSV_Source.parse_filename (L108) | MISSED |
| OSV_Source.get_newfiles (L121) | COVERED |
| OSV_Source.get_totalfiles (L137) | COVERED |
| OSV_Source.fetch_cves (L153) | COVERED |
| OSV_Source.update_cve_entries (L219) | COVERED |
| OSV_Source.format_data (L243) | MISSED |
| OSV_Source.get_cve_data (L361) | MISSED |
| ----------------------------------------------------------------------------------------- | -------------------------------------------------- |
------------------------------------------------------------------ Summary -------------------------------------------------------------------
| Name | Total | Miss | Cover | Cover% |
|---|---|---|---|---|
| osv_source.py | 11 | 4 | 7 | 64% |
| ------------------------------------ | ------------------------- | ------------------------ | ------------------------- | -------------------------- |
| TOTAL | 11 | 4 | 7 | 63.6% |
| ----------------------------------------------- RESULT: FAILED (minimum: 80.0%, actual: 63.6%) -------------------------------------------- |
@terriko can i add the docstrings to this file?
hi, i am new to the community, can i work on this issue @abhijeetsourav ?
@ranjanmangla1 i am working on this. You can create a new issue for adding docstrings to a file which is missing it. see #3773
@terriko can I add docstrings to this file ??
Docs has been added in the provided pull request for the missing functions/methods #3871