Skip to content
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

test: Updated smoke tests to send data to the appropriate collector method #2005

Merged
merged 1 commit into from Feb 8, 2024

Conversation

bizob2828
Copy link
Member

@bizob2828 bizob2828 commented Feb 8, 2024

#1981 refactored the collector to have a common send function and the first argument is now the method on collector API. Smoke tests apparently used this directly and needed to be updated to use the send function instead of the specific collector method as function name. I also pushed my branch to the origin so the smoke tests should run and pass now

Copy link

codecov bot commented Feb 8, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (1fb85a6) 97.07% compared to head (1c041db) 97.07%.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #2005   +/-   ##
=======================================
  Coverage   97.07%   97.07%           
=======================================
  Files         225      225           
  Lines       40490    40490           
=======================================
  Hits        39307    39307           
  Misses       1183     1183           
Flag Coverage Δ
integration-tests-16.x 78.82% <ø> (-0.02%) ⬇️
integration-tests-18.x 79.10% <ø> (+0.01%) ⬆️
integration-tests-20.x 79.10% <ø> (+0.01%) ⬆️
unit-tests-16.x 91.05% <ø> (ø)
unit-tests-18.x 91.03% <ø> (ø)
unit-tests-20.x 91.03% <ø> (ø)
versioned-tests-16.x 74.63% <ø> (-0.03%) ⬇️
versioned-tests-18.x 74.65% <ø> (-0.03%) ⬇️
versioned-tests-20.x 74.66% <ø> (-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.

@bizob2828 bizob2828 merged commit 6130486 into newrelic:main Feb 8, 2024
47 checks passed
Node.js Engineering Board automation moved this from Needs PR Review to Done: Issues recently completed Feb 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Node.js Engineering Board
  
Done: Issues recently completed
Development

Successfully merging this pull request may close these issues.

None yet

2 participants