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

feat: include data: PackageData in estimated packages #34

Merged
merged 4 commits into from
Jun 27, 2023

Conversation

JoshuaKGoldberg
Copy link
Owner

@JoshuaKGoldberg JoshuaKGoldberg commented Jun 26, 2023

PR Checklist

Overview

Adds in a data property containing the full description of package data from npm.

@JoshuaKGoldberg JoshuaKGoldberg marked this pull request as ready for review June 27, 2023 17:41
@codecov
Copy link

codecov bot commented Jun 27, 2023

Codecov Report

Merging #34 (7c41ddb) into main (0c02750) will not change coverage.
The diff coverage is 100.00%.

@@            Coverage Diff            @@
##              main       #34   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            9         9           
  Lines           51        51           
  Branches        11        11           
=========================================
  Hits            51        51           
Impacted Files Coverage Δ
src/getPackageEstimates.ts 100.00% <ø> (ø)
src/fakes.ts 100.00% <100.00%> (ø)
src/reporters/jsonReporter.ts 100.00% <100.00%> (ø)
src/reporters/textReporter.ts 100.00% <100.00%> (ø)

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@JoshuaKGoldberg JoshuaKGoldberg merged commit 7c47f7d into main Jun 27, 2023
13 checks passed
@JoshuaKGoldberg JoshuaKGoldberg deleted the package-data-included branch June 27, 2023 17:43
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.

🚀 Feature: Include package metadata in returned values
1 participant