-
Notifications
You must be signed in to change notification settings - Fork 23
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
feat: Add Support for Java and .NET #117
Conversation
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## main #117 +/- ##
==========================================
- Coverage 86.43% 84.62% -1.82%
==========================================
Files 8 8
Lines 612 631 +19
Branches 153 158 +5
==========================================
+ Hits 529 534 +5
- Misses 72 85 +13
- Partials 11 12 +1 ☔ View full report in Codecov by Sentry. |
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 – just curious about why it doesn't work for Java 8...
What does this PR do?
Adds support for the following runtimes:
Motivation
https://datadoghq.atlassian.net/browse/SVLS-4261
Testing Guidelines
Additional Notes
Minor refactoring so the mapping between runtime + architecture and layers is more explicit.
Types of changes
Check all that apply