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: allow running on multiple packages #956

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

rluvaton
Copy link
Member

@rluvaton rluvaton commented Jul 5, 2023

Checklist
  • npm test passes
  • tests are included
  • documentation is changed or added
  • contribution guidelines followed
    here

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

most of the code taken from citgm-all and used here, if the feature is acceptable I would extract the multiple run to shared file

@targos
Copy link
Member

targos commented Jul 6, 2023

You can already use citgm-all to run on multiple packages: citgm-all --includeTags package1 package2 ...

@codecov-commenter
Copy link

codecov-commenter commented Jul 6, 2023

Codecov Report

Patch coverage: 95.60% and project coverage change: -0.68 ⚠️

Comparison is base (fbdc1da) 96.27% compared to head (a3c1b16) 95.60%.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #956      +/-   ##
==========================================
- Coverage   96.27%   95.60%   -0.68%     
==========================================
  Files          28       28              
  Lines        2149     2208      +59     
==========================================
+ Hits         2069     2111      +42     
- Misses         80       97      +17     
Impacted Files Coverage Δ
lib/bin/citgm.js 96.47% <95.60%> (-3.53%) ⬇️

... and 5 files with indirect coverage changes

☔ View full report in Codecov by Sentry.
📢 Do you have feedback about the report comment? Let us know in this issue.

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.

None yet

3 participants