Skip to content

Conversation

tsloughter
Copy link
Member

This allows us to have some control over what is an allowed commit message. This is important since some, like those from renovate, will be over the other tools 72 character limit.

Copy link

codecov bot commented Oct 8, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 17.66%. Comparing base (8970e13) to head (7686930).

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #918   +/-   ##
=======================================
  Coverage   17.66%   17.66%           
=======================================
  Files          24       24           
  Lines         719      719           
=======================================
  Hits          127      127           
  Misses        592      592           
Flag Coverage Δ
api 17.66% <ø> (ø)
elixir 17.66% <ø> (ø)

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.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@ferd
Copy link
Member

ferd commented Oct 9, 2025

loos like the node setup is failing for lack of lock files?

@tsloughter
Copy link
Member Author

wtf that does't make any sense. I use an explicit install, npm install -D @commitlint/cli @commitlint/config-conventional to avoid having to commit a package file.

This is setup-node failing, I can't install node without a lock file?!

@tsloughter
Copy link
Member Author

Wow.. really can't actions/setup-node#928

@tsloughter
Copy link
Member Author

There is a hack mentioned to do it by disabling cache.

I'll do that and can manually do a cache later of the packages.

This allows us to have some control over what is an allowed commit
message. This is important since some, like those from renovate,
will be over the other tools 72 character limit.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants