-
-
Notifications
You must be signed in to change notification settings - Fork 775
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
Show Job Details Bug Fix #5071
Show Job Details Bug Fix #5071
Conversation
- when a user has turned show_job_status it will no longer show in the api
@androolloyd looks like the tests need to be updated too |
Codecov Report
@@ Coverage Diff @@
## master #5071 +/- ##
==========================================
+ Coverage 30.86% 30.87% +<.01%
==========================================
Files 219 218 -1
Lines 17656 17519 -137
Branches 2435 2405 -30
==========================================
- Hits 5450 5409 -41
+ Misses 11983 11892 -91
+ Partials 223 218 -5
Continue to review full report at Codecov.
|
Codecov Report
@@ Coverage Diff @@
## master #5071 +/- ##
==========================================
- Coverage 30.9% 30.87% -0.03%
==========================================
Files 219 219
Lines 17683 17660 -23
Branches 2437 2436 -1
==========================================
- Hits 5465 5453 -12
+ Misses 11994 11981 -13
- Partials 224 226 +2
Continue to review full report at Codecov.
|
When users opt out of having their job details displayed, the API did not adhere to this.
dashboard.views