Skip to content

audit: add getters for SCMs, Files and variantId - #700

Open
rhubert wants to merge 1 commit into
BobBuildTool:masterfrom
rhubert:audit
Open

audit: add getters for SCMs, Files and variantId#700
rhubert wants to merge 1 commit into
BobBuildTool:masterfrom
rhubert:audit

Conversation

@rhubert

@rhubert rhubert commented Jun 8, 2026

Copy link
Copy Markdown
Contributor

Needed for sbom from audit generation

@codecov

codecov Bot commented Jun 8, 2026

Copy link
Copy Markdown

Codecov Report

❌ Patch coverage is 50.00000% with 3 lines in your changes missing coverage. Please review.
✅ Project coverage is 89.24%. Comparing base (ca1f5e7) to head (6cdb975).
⚠️ Report is 7 commits behind head on master.

Files with missing lines Patch % Lines
pym/bob/audit.py 50.00% 3 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master     #700      +/-   ##
==========================================
- Coverage   89.25%   89.24%   -0.02%     
==========================================
  Files          50       50              
  Lines       16446    16452       +6     
==========================================
+ Hits        14679    14682       +3     
- Misses       1767     1770       +3     

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@rhubert rhubert mentioned this pull request Jun 8, 2026
2 tasks
@jkloetzke

Copy link
Copy Markdown
Member

The Audit classes are not part of the public plugin API. Actually, only the classes named in the documentation should be used by plugins.

So if we expose the Audit class it would have to be added to the documentation at least. But I'm not sure we should really do this. It's only a thin wrapper around the JSON data. I guess there isn't too much value to use it, is it?

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.

2 participants