ackama / rails-template

Application template for Rails 7 projects; preloaded with best practices for TDD, security, deployment, and developer productivity.
Other
294 stars 15 forks source link

fix: include running Jest tests as part of CI workflow #531

Closed G-Rath closed 6 months ago

G-Rath commented 6 months ago

I've included --coverage though we've not actually got a min. coverage target set so it won't enforce anything, but I think that's a separate thing.

Resolves #422