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 module support #76

Merged
merged 12 commits into from
Dec 1, 2023
Merged

Test module support #76

merged 12 commits into from
Dec 1, 2023

Conversation

anmarchenko
Copy link
Member

@anmarchenko anmarchenko commented Nov 29, 2023

What does this PR do?
Adds test modules support as described by Datadog docs here.

For Ruby test frameworks module will be synonymous with session (just like in JS), so only one module per process can be active at any given time.

How to test the change?
Unit tests are provided

@codecov-commenter
Copy link

codecov-commenter commented Nov 29, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (0a0deb8) 99.32% compared to head (64ad04f) 99.35%.

Additional details and impacted files
@@            Coverage Diff             @@
##             main      #76      +/-   ##
==========================================
+ Coverage   99.32%   99.35%   +0.03%     
==========================================
  Files         127      129       +2     
  Lines        4431     4673     +242     
  Branches      158      168      +10     
==========================================
+ Hits         4401     4643     +242     
  Misses         30       30              

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

@anmarchenko anmarchenko force-pushed the anmarchenko/test_modules_support branch from 7be931d to cd3e0d4 Compare November 29, 2023 15:00
@anmarchenko anmarchenko marked this pull request as ready for review November 30, 2023 16:17
@anmarchenko anmarchenko changed the title WIP test module support Test module support Nov 30, 2023
@anmarchenko anmarchenko requested review from a team and juan-fernandez November 30, 2023 16:18
@anmarchenko anmarchenko merged commit c42591d into main Dec 1, 2023
11 checks passed
@anmarchenko anmarchenko deleted the anmarchenko/test_modules_support branch December 1, 2023 12:17
@github-actions github-actions bot added this to the 0.5.0 milestone Dec 1, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants