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: add --list-files command line option #645

Merged
merged 3 commits into from
Aug 3, 2024
Merged

feat: add --list-files command line option #645

merged 3 commits into from
Aug 3, 2024

Conversation

wellwelwel
Copy link
Owner

@wellwelwel wellwelwel commented Aug 3, 2024

Closes #590.

@wellwelwel wellwelwel marked this pull request as ready for review August 3, 2024 19:30
Copy link

codecov bot commented Aug 3, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 99.02%. Comparing base (7051913) to head (d4c133e).

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #645      +/-   ##
==========================================
- Coverage   99.18%   99.02%   -0.17%     
==========================================
  Files          34       34              
  Lines        1839     1839              
  Branches        8        6       -2     
==========================================
- Hits         1824     1821       -3     
- Misses         10       12       +2     
- Partials        5        6       +1     
Flag Coverage Δ
linux ?
osx 99.02% <ø> (ø)
windows ?

Flags with carried forward coverage won't be shown. Click here to find out more.

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

@wellwelwel wellwelwel merged commit 49f6291 into main Aug 3, 2024
28 checks passed
@wellwelwel wellwelwel deleted the list-files branch August 3, 2024 20:03
@mrazauskas
Copy link
Contributor

Thanks. This is very useful! I found out that one file is not picked up by commands.

Minor detail. Just wanted to draw your attention that output has some gaps when --exclude is set:

Screenshot 2024-08-05 at 22 22 03

@mrazauskas
Copy link
Contributor

By the way, what about sorting the list alphabetically? This looks somewhat puzling:

Screenshot 2024-08-05 at 22 32 31

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add the --listFiles command line option
2 participants