This repository has been archived by the owner on Oct 16, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 29
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Codecov Report
@@ Coverage Diff @@
## v2-alpha #1028 +/- ##
===========================================
Coverage 45.15% 45.15%
Complexity 101 101
===========================================
Files 25 25
Lines 897 897
Branches 73 73
===========================================
Hits 405 405
Misses 462 462
Partials 30 30 Continue to review full report at Codecov.
|
lb324567
commented
Oct 10, 2022
t92549
suggested changes
Oct 10, 2022
Co-authored-by: lb324567 <lb324567@users.noreply.github.com>
…m/gchq/gaffer-tools into 137-pep8-checks-to-github-actions
GCHQDeveloper314
approved these changes
Oct 13, 2022
t92549
approved these changes
Oct 13, 2022
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Action added to GH Actions that automatically runs autopep8 on the branch.
if autopep8 makes any changes, the action creates a new PR with those changes which can then be reviewed and merged into the branch the changes have occurred on.
One exclusion has been made for rule E402, this is to stop the circular imports error that occurs if these changes are made. A new issue will be raised to look into this. Rules and additional information on autopep8 can be found here: https://pypi.org/project/autopep8/