Fix: verify-azure-function-with-packages #383#393
Merged
danuw merged 1 commit intoGreen-Software-Foundation:devfrom Sep 19, 2023
Merged
Fix: verify-azure-function-with-packages #383#393danuw merged 1 commit intoGreen-Software-Foundation:devfrom
danuw merged 1 commit intoGreen-Software-Foundation:devfrom
Conversation
8246b60 to
3c7864d
Compare
Codecov Report
❗ Your organization needs to install the Codecov GitHub app to enable full functionality. @@ Coverage Diff @@
## dev #393 +/- ##
==========================================
+ Coverage 74.21% 74.93% +0.72%
==========================================
Files 77 77
Lines 2637 2637
Branches 266 265 -1
==========================================
+ Hits 1957 1976 +19
+ Misses 598 580 -18
+ Partials 82 81 -1
|
Signed-off-by: Szymon Duchniewicz <szduchniewicz@gmail.com>
3c7864d to
d1cb14c
Compare
Collaborator
Author
|
@danuw now fixed :) |
15 tasks
6 tasks
Merged
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Pull Request
Issue Number: #383
Summary
Replace current method of removing dangling images to do so only if there are any (and avoid running
docker rmi -fwith no params).Checklist
Anything else?
Other comments, collaborators, etc.
This PR Closes #383