-
Notifications
You must be signed in to change notification settings - Fork 105
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: ❌ ERROR
See detailed report in MegaLinter reports |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## super-agent #1250 +/- ##
=============================================
Coverage 81.35% 81.36%
=============================================
Files 200 201 +1
Lines 21899 22059 +160
Branches 3470 3499 +29
=============================================
+ Hits 17816 17948 +132
- Misses 2941 2958 +17
- Partials 1142 1153 +11 ☔ View full report in Codecov by Sentry. |
47cc4ae
to
30f3771
Compare
c93dfa4
to
d1ef5c2
Compare
df4a0e6
to
6eb724b
Compare
d1ef5c2
to
73f27aa
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.