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

[Bundle Caching][Shared] Create functions to return whether the BR or BAR is cached or not #2039

Closed
Tracked by #1707 ...
JerrySentry opened this issue Jul 4, 2024 · 0 comments · Fixed by codecov/shared#283
Assignees

Comments

@JerrySentry
Copy link

JerrySentry commented Jul 4, 2024

Two functions to fetch whether the report is cached or not:

  • BundleAnalysisReport.is_cached <- returns True if any of the bundles has is_cached=True
  • BundleReport.is_cached <- returns self.bundle.is_cached (this is from SQLite DB)
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 a pull request may close this issue.

1 participant