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

Set up CI to run pip-compile, check for changes, and open a pull request #570

Merged
merged 9 commits into from
May 28, 2024

Conversation

amstilp
Copy link
Contributor

@amstilp amstilp commented May 24, 2024

Add a new workflow for pull requests into main that:

  • compiles the requirements files
  • opens a pull request if changes are detected
  • exits successfully (if no changes are detected) or unsuccessfully (if changes are detected)

amstilp added 3 commits May 24, 2024 15:14
This workflow runs an action on a pull request into main that
compiles the requirements files; opens a pull request if changes
are detected; and then exits successfully if no changes are detected
or unsuccessfully if changes are detected.
Copy link

codecov bot commented May 24, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 93.46%. Comparing base (4abfa55) to head (ec2e6cc).
Report is 6 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #570   +/-   ##
=======================================
  Coverage   93.46%   93.46%           
=======================================
  Files         122      122           
  Lines        5067     5067           
=======================================
  Hits         4736     4736           
  Misses        331      331           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@amstilp amstilp merged commit 66eb3e3 into main May 28, 2024
11 checks passed
@amstilp amstilp deleted the maint/pip-tools-ci branch May 28, 2024 22:33
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.

1 participant