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

refactor: easier commitlint command #1496

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dhensby
Copy link
Contributor

@dhensby dhensby commented Nov 9, 2022

This creates a slightly easier to use commitlint command for contributors to use.

Instead of node_modules/.bin/commitlint --from origin/master --to HEAD contributors can now use npm run lint:commit. PR template updated as well

@codecov
Copy link

codecov bot commented Nov 9, 2022

Codecov Report

Merging #1496 (1385ba7) into master (8b516e9) will decrease coverage by 0.49%.
The diff coverage is n/a.

@@            Coverage Diff             @@
##           master    #1496      +/-   ##
==========================================
- Coverage   80.68%   80.19%   -0.50%     
==========================================
  Files          91       91              
  Lines        4655     4655              
  Branches      854      854              
==========================================
- Hits         3756     3733      -23     
- Misses        625      649      +24     
+ Partials      274      273       -1     
Impacted Files Coverage Δ
src/connection.ts 64.07% <0.00%> (-2.00%) ⬇️
src/message-io.ts 90.00% <0.00%> (-1.43%) ⬇️
src/token/handler.ts 55.02% <0.00%> (-0.60%) ⬇️
src/login7-payload.ts 89.74% <0.00%> (-0.52%) ⬇️

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

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

1 participant