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

FI-3302: Add CI actions to template #574

Merged
merged 7 commits into from
Dec 30, 2024

Conversation

Jammjammjamm
Copy link
Collaborator

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.

Copy link

codecov bot commented Dec 13, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 84.29%. Comparing base (f30f8b3) to head (9e3faca).
Report is 1 commits behind head on main.

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           
Flag Coverage Δ
backend 92.62% <ø> (ø)
frontend 79.20% <ø> (ø)

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.

@Jammjammjamm Jammjammjamm force-pushed the fi-3302-add-ci-actions-to-template branch from ef6d780 to d5137c5 Compare December 17, 2024 18:01
Copy link
Contributor

@Shaumik-Ashraf Shaumik-Ashraf left a 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 ]

Copy link
Contributor

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

@Jammjammjamm Jammjammjamm force-pushed the fi-3302-add-ci-actions-to-template branch from d5137c5 to 10e381e Compare December 30, 2024 15:56
@Jammjammjamm Jammjammjamm merged commit 84977e0 into main Dec 30, 2024
10 checks passed
@Jammjammjamm Jammjammjamm deleted the fi-3302-add-ci-actions-to-template branch December 30, 2024 16:39
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.

3 participants