-
Notifications
You must be signed in to change notification settings - Fork 27
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 minor bugs in project plugin and director #4123
🐛 Fix minor bugs in project plugin and director #4123
Conversation
Codecov Report
@@ Coverage Diff @@
## master #4123 +/- ##
========================================
+ Coverage 83.6% 86.7% +3.0%
========================================
Files 957 801 -156
Lines 41452 37129 -4323
Branches 954 461 -493
========================================
- Hits 34672 32205 -2467
+ Misses 6564 4815 -1749
+ Partials 216 109 -107
Flags with carried forward coverage won't be shown. Click here to find out more.
|
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.
just wondering about that change in the director... passing tasks. what comes back? is it not modified?
bd58035
to
9825da9
Compare
6d05378
to
245de22
Compare
…nt argument name
8e49d7d
to
b8a8480
Compare
Code Climate has analyzed commit 49e3ea6 and detected 0 issues on this pull request. View more on Code Climate. |
Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information |
What do these changes do?
Fixes the following bugs detected by sonar cloud:
director
'sproducer
: Introduce a new variable or use its initial value before reassigning 'tasks'webserver
'sproject_utils
: Remove or correct this useless self-assignmentRelated issue/s
How to test
In place