Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

chore: Fixed incorrect pinning of @elastic/transport #2120

Merged
merged 3 commits into from
Apr 3, 2024

Conversation

jsumners-nr
Copy link
Contributor

My previous PR didn't quite do it.

@jsumners-nr jsumners-nr added the dev:automation Indicates CI automation label Apr 3, 2024
@jsumners-nr jsumners-nr requested a review from bizob2828 April 3, 2024 14:51
@@ -11,18 +11,20 @@
"node": ">=16"
},
"dependencies": {
"@elastic/elasticsearch": "7.13.0"
"@elastic/elasticsearch": "7.13.0",
"@elastic/transport": "8.4.1"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this isn't needed. this is only testing on 7.13.0 which doesn't have @elastic/transport

Copy link

codecov bot commented Apr 3, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 97.20%. Comparing base (158c295) to head (11538f2).
Report is 1 commits behind head on main.

❗ Current head 11538f2 differs from pull request most recent head c0a3b1e. Consider uploading reports for the commit c0a3b1e to get more accurate results

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #2120   +/-   ##
=======================================
  Coverage   97.20%   97.20%           
=======================================
  Files         251      251           
  Lines       42317    42317           
=======================================
  Hits        41133    41133           
  Misses       1184     1184           
Flag Coverage Δ
integration-tests-16.x 78.28% <ø> (-0.02%) ⬇️
integration-tests-18.x 78.27% <ø> (-0.02%) ⬇️
integration-tests-20.x 78.27% <ø> (-0.02%) ⬇️
unit-tests-16.x 90.44% <ø> (ø)
unit-tests-18.x 90.35% <ø> (ø)
unit-tests-20.x 90.35% <ø> (ø)
versioned-tests-16.x 74.48% <ø> (-0.03%) ⬇️
versioned-tests-18.x 75.60% <ø> (-0.03%) ⬇️
versioned-tests-20.x 75.60% <ø> (-0.03%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@jsumners-nr jsumners-nr requested a review from bizob2828 April 3, 2024 15:59
@jsumners-nr jsumners-nr merged commit 7b5bdaa into newrelic:main Apr 3, 2024
23 checks passed
@jsumners-nr jsumners-nr deleted the elastic-node-16-take-2 branch April 3, 2024 16:13
@github-actions github-actions bot mentioned this pull request Apr 9, 2024
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
dev:automation Indicates CI automation
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

2 participants