newrelic / serverless-newrelic-lambda-layers

A Serverless plugin to install New Relic's AWS Lambda layers without requiring a code change.
Apache License 2.0
56 stars 49 forks source link

feat: Add support for .NET agent lambdas using the layer. #440

Closed jaffinito closed 4 months ago

jaffinito commented 5 months ago

Description

Adds support for .NET lambda layers, mainly by setting up the environment variables.

How to Test

Related Issues

codecov[bot] commented 4 months ago

Codecov Report

Attention: Patch coverage is 0% with 5 lines in your changes missing coverage. Please review.

Project coverage is 34.82%. Comparing base (b6ae3ae) to head (cfd6f72).

Files Patch % Lines
src/index.ts 0.00% 5 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #440 +/- ## ========================================== - Coverage 35.14% 34.82% -0.32% ========================================== Files 4 4 Lines 552 557 +5 Branches 149 150 +1 ========================================== Hits 194 194 - Misses 329 334 +5 Partials 29 29 ``` | [Flag](https://app.codecov.io/gh/newrelic/serverless-newrelic-lambda-layers/pull/440/flags?src=pr&el=flags&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=newrelic) | Coverage Δ | | |---|---|---| | [unit-tests](https://app.codecov.io/gh/newrelic/serverless-newrelic-lambda-layers/pull/440/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=newrelic) | `34.82% <0.00%> (-0.32%)` | :arrow_down: | Flags with carried forward coverage won't be shown. [Click here](https://docs.codecov.io/docs/carryforward-flags?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=newrelic#carryforward-flags-in-the-pull-request-comment) to find out more.

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

ashishsinghnr commented 4 months ago

@nr-ahemsath ,

  1. for validate pull request. Please refer to the following document - https://www.conventionalcommits.org/en/v1.0.0/ Example - [optional scope]:
  2. Also, kindly re-validate the test cases, looks like test cases are failing.