-
Notifications
You must be signed in to change notification settings - Fork 103
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
NR Control Health Checks #1250
base: super-agent
Are you sure you want to change the base?
NR Control Health Checks #1250
Conversation
🦙 MegaLinter status: ✅ SUCCESS
See detailed report in MegaLinter reports |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## super-agent #1250 +/- ##
===============================================
+ Coverage 81.31% 81.38% +0.07%
===============================================
Files 200 201 +1
Lines 21899 22050 +151
Branches 3470 3496 +26
===============================================
+ Hits 17807 17946 +139
- Misses 2946 2955 +9
- Partials 1146 1149 +3 ☔ View full report in Codecov by Sentry. |
47cc4ae
to
30f3771
Compare
c93dfa4
to
d1ef5c2
Compare
Before contributing, please read our contributing guidelines and code of conduct.
Overview
Describe the changes present in the pull request
Related Github Issue
Include a link to the related GitHub issue, if applicable
Testing
The agent includes a suite of tests which should be used to
verify your changes don't break existing functionality. These tests will run with
Github Actions when a pull request is made. More details on running the tests locally can be found
here,
For most contributions it is strongly recommended to add additional tests which
exercise your changes.