-
Notifications
You must be signed in to change notification settings - Fork 4
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
ENH: Add version and compose check to workflow #50
Conversation
Waiting on stfc/check-version-action#1 for the action to be merged. Then this PR can be merged. EDIT: PR now merged, no longer waiting |
This also includes updating the compose file from a previous update that was forgotten
The template config does not need comments as the config is explained in the readme
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #50 +/- ##
=======================================
Coverage 98.68% 98.68%
=======================================
Files 12 12
Lines 608 608
=======================================
Hits 600 600
Misses 8 8 ☔ View full report in Codecov by Sentry. |
@@ -1 +1 @@ | |||
2.0.1 |
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.
This version is also being used in this open PR: #59 - which PR needs to be reviewed and merged first to use this version?
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.
I have left them both as the same version. When one of them (either) is merged then the other will be rebased and updated. If I were to change this PR to 2 versions ahead (2.0.3) there would be a chance of a version being skipped.
Small documentation improvments
Closing due to messy git history when rebasing. Remade into #61 |
Adding an action to check if the
version.txt
is updated correctly not just changed. Also, checks if thedocker-compose.yml
matchesversion.txt