-
Notifications
You must be signed in to change notification settings - Fork 5
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
FI-3302: Add CI actions to template #574
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #574 +/- ##
=======================================
Coverage 84.29% 84.29%
=======================================
Files 275 275
Lines 11668 11668
Branches 1302 1302
=======================================
Hits 9836 9836
Misses 1822 1822
Partials 10 10
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
ef6d780
to
d5137c5
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
branches: [ main ] | ||
pull_request: | ||
branches: [ main ] | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can we add workflow_dispatch:
, it never hurts
d5137c5
to
10e381e
Compare
Summary
This branch adds testing and linting github actions to the template. The template didn't already include rubocop, so this adds rubocop as well.
Testing Guidance
bundle exec bin/inferno new my-test-kit
. In the new test kit, you should see the actions in.github
, and the new test kit should not contain any linting errors. The unit tests will not pass until we have a new release with #561.