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

chore: move lib/ code related to data collection to lib/telemetry #1522

Merged
merged 1 commit into from
Dec 5, 2024

Conversation

samayer12
Copy link
Collaborator

Description

This PR moves code related to collecting, transmitting, and analyzing data into a single directory to provide more clarity to the structure of lib/ contents.

Related Issue

None, this was an emergent PR focused around an organizational change to Pepr.

Type of change

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Other (security config, docs update, etc)

Checklist before merging

@samayer12 samayer12 requested a review from a team as a code owner December 5, 2024 21:53
Copy link

codecov bot commented Dec 5, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 79.02%. Comparing base (a6360ac) to head (29eb180).
Report is 2 commits behind head on main.

Additional details and impacted files

Impacted file tree graph

@@           Coverage Diff           @@
##             main    #1522   +/-   ##
=======================================
  Coverage   79.02%   79.02%           
=======================================
  Files          40       40           
  Lines        1735     1735           
  Branches      413      405    -8     
=======================================
  Hits         1371     1371           
+ Misses        362      334   -28     
- Partials        2       30   +28     
Files with missing lines Coverage Δ
src/lib.ts 100.00% <100.00%> (ø)
src/lib/capability.ts 94.90% <100.00%> (ø)
src/lib/controller/index.ts 10.48% <100.00%> (ø)
src/lib/controller/store.ts 10.95% <100.00%> (ø)
src/lib/controller/storeCache.ts 100.00% <100.00%> (ø)
src/lib/deploymentChecks.ts 92.00% <100.00%> (ø)
src/lib/finalizer.ts 100.00% <100.00%> (ø)
src/lib/helpers.ts 97.93% <100.00%> (ø)
src/lib/mutate-processor.ts 10.25% <100.00%> (ø)
src/lib/queue.ts 100.00% <100.00%> (ø)
... and 5 more

... and 2 files with indirect coverage changes

@samayer12 samayer12 changed the title Move lib code related to data collection to shared dir chore: move lib/ code related to data collection to lib/telemetry Dec 5, 2024
@cmwylie19 cmwylie19 added this to the v0.41.0 milestone Dec 5, 2024
@cmwylie19 cmwylie19 added this pull request to the merge queue Dec 5, 2024
Merged via the queue into main with commit c9d7227 Dec 5, 2024
46 of 47 checks passed
@cmwylie19 cmwylie19 deleted the hotfix-create-telemetry-dir branch December 5, 2024 22:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: ✅ Done
Development

Successfully merging this pull request may close these issues.

2 participants