-
Notifications
You must be signed in to change notification settings - Fork 21
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
Issue #452: Add documentation for apply metrics #470
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Why has none of the CI run? |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## develop #470 +/- ##
===========================================
+ Coverage 81.72% 82.47% +0.75%
===========================================
Files 20 20
Lines 1702 1678 -24
===========================================
- Hits 1391 1384 -7
+ Misses 311 294 -17 ☔ View full report in Codecov by Sentry. |
Updated this PR now that we've decided on the naming scheme. |
e5dad2e
to
f01c73e
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
Updated description:
This PR fixes #452
This PR
apply_metrics()
toapply_rules()
, following Renameapply_metrics()
toapply_rules()
and document it properly #452apply_rules()
and adds a few tests. In addition, it removes one test that was previously commented out (and isn't useful anymore).