-
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
Fix GitHub Actions Errors #427
Conversation
Codecov ReportPatch and project coverage have no change.
Additional details and impacted files@@ Coverage Diff @@
## main #427 +/- ##
=======================================
Coverage 96.80% 96.80%
=======================================
Files 40 40
Lines 3375 3375
Branches 317 317
=======================================
Hits 3267 3267
Misses 80 80
Partials 28 28 ☔ View full report in Codecov by Sentry. |
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'm happy with the change but the test coverage seems to be -2% and a semantic commit needs to be added. Could you investigate the test coverage and add a sematic commit please?
ad8fa9c
to
be37a71
Compare
I honestly have no idea why the coverage decreased by 2%. I spent some time looking at this but could not work it out. |
@MRichards99 Looks okay now. It updated after the CI ran again. |
Description
Fixes all the GitHub Action-related errors (https://github.com/ral-facilities/datagateway-api/actions/runs/5146527468). Also ignores the
werkzeug
vulnerability as the fix for this requires Python 3.7 or above.Testing Instructions
icatdb Generator Script Consistency Test
CI job fails, is this because of a deliberate change made to the script to change generated data (which isn't actually a problem) or is here an underlying issue with the changes made?fix:
,feat:
orBREAKING CHANGE:
so a release is automatically made via GitHub Actions upon merge?