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

Add add-on detection for premium metrics #396

Merged
merged 1 commit into from
Jul 23, 2023
Merged

Conversation

amontanez24
Copy link
Contributor

resolves #388

@amontanez24 amontanez24 requested a review from a team as a code owner July 20, 2023 18:55
@amontanez24 amontanez24 requested review from fealho, frances-h and a team and removed request for a team July 20, 2023 18:55
@@ -6,11 +6,16 @@
__email__ = '[email protected]'
__version__ = '0.10.2.dev0'

import sys
import warnings as python_warnings
Copy link
Contributor Author

Choose a reason for hiding this comment

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

I had to do this because in the test when importing sdmetrics, warnings was being overridden by sdmetrics.warnings

@codecov-commenter
Copy link

codecov-commenter commented Jul 20, 2023

Codecov Report

Patch coverage: 100.00% and project coverage change: +0.22 🎉

Comparison is base (585290f) 76.82% compared to head (d8d3550) 77.04%.

❗ Your organization is not using the GitHub App Integration. As a result you may experience degraded service beginning May 15th. Please install the Github App Integration for your organization. Read more.

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #396      +/-   ##
==========================================
+ Coverage   76.82%   77.04%   +0.22%     
==========================================
  Files          84       83       -1     
  Lines        3309     3342      +33     
==========================================
+ Hits         2542     2575      +33     
  Misses        767      767              
Impacted Files Coverage Δ
sdmetrics/__init__.py 80.00% <100.00%> (+36.00%) ⬆️

☔ View full report in Codecov by Sentry.
📢 Do you have feedback about the report comment? Let us know in this issue.

@amontanez24 amontanez24 merged commit 851c42a into master Jul 23, 2023
90 checks passed
@amontanez24 amontanez24 deleted the issue-388-addons branch July 23, 2023 19:33
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.

Add add-on detection for premium metrics
4 participants