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 issue/PR numbers under contribution types #13

Merged
merged 2 commits into from
May 10, 2023

Conversation

JoshuaKGoldberg
Copy link
Owner

PR Checklist

Overview

Changes the output format as suggested in #13:

{
-  joshuakgoldberg: [ 'maintenance', 'tool' ],
+  joshuakgoldberg: { maintenance: [123], tool: [456, 789] }
}

@codecov
Copy link

codecov bot commented May 10, 2023

Codecov Report

Merging #13 (d30cdd9) into main (56ad0c1) will increase coverage by 3.67%.
The diff coverage is 47.05%.

@@            Coverage Diff             @@
##             main      #13      +/-   ##
==========================================
+ Coverage   32.46%   36.14%   +3.67%     
==========================================
  Files          11       13       +2     
  Lines          77       83       +6     
  Branches       13       14       +1     
==========================================
+ Hits           25       30       +5     
- Misses         52       53       +1     
Impacted Files Coverage Δ
src/collect/collectEvents.ts 0.00% <ø> (ø)
src/collect/index.ts 0.00% <0.00%> (ø)
src/createAllContributorsForRepository.ts 0.00% <0.00%> (ø)
src/ContributorsCollection.ts 88.88% <80.00%> (-11.12%) ⬇️
src/Contributor.ts 100.00% <100.00%> (ø)
src/collect/eventIsPullRequestReviewEvent.ts 100.00% <100.00%> (ø)

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

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.

1 participant