feat: add skipAuthors (boolean) option
Resolves #174
โ Type of change
- [x] ๐ Documentation (updates to the documentation, readme, or JSdoc annotations)
- [ ] ๐ Bug fix (a non-breaking change that fixes an issue)
- [x] ๐ Enhancement (improving an existing functionality like performance)
- [x] โจ New feature (a non-breaking change that adds functionality)
- [ ] ๐งน Chore (updates to the build process or auxiliary tools and libraries)
- [ ] โ ๏ธ Breaking change (fix or feature that would cause existing functionality to change)
๐ Description
the new option --skipAuthors to avoid Contributors section
๐ Checklist
- [x] I have linked an issue or discussion.
- [x] I have updated the documentation accordingly.
@pi0 could anyone check this small PR?
https://github.com/pi0/tired-maintainer
@PKief don't understand why but all the tests pass locally but not in the ci
@kleinpetr it is a snapshot mismatch, please don't worry about it will check before merge. And again sorry this PR got delayed this much I had been busy on so many other projects.
@PKief don't understand why but all the tests pass locally but not in the
ci
Something looks a little weird, because the CI expects this line to be part of the snapshot:
Locally, it's working fine for me as well.
Codecov Report
Attention: Patch coverage is 66.66667% with 1 line in your changes missing coverage. Please review.
Project coverage is 45.55%. Comparing base (
0914fd7) to head (e01b613). Report is 59 commits behind head on main.
| Files with missing lines | Patch % | Lines |
|---|---|---|
| src/commands/default.ts | 0.00% | 1 Missing :warning: |
Additional details and impacted files
@@ Coverage Diff @@
## main #183 +/- ##
===========================================
- Coverage 69.10% 45.55% -23.55%
===========================================
Files 9 12 +3
Lines 916 957 +41
Branches 85 102 +17
===========================================
- Hits 633 436 -197
- Misses 283 518 +235
- Partials 0 3 +3
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.