|
Ran
|
Files
32
|
Run time
2s
|
Badge
README BADGES
|
push
github
Pylint alerts corrections as part of intervention experiment: removing wildcard-import in examples\issues\issue37.py (#76) * examples\issues\issue37.py wildcard-import In general, wildcard imports should be avoided since the imported object are hidden. Actually, a working code might break due to adding object to the imported file, that will conflict with others. Therefore I replaced the wildcard imports with the specific objects to import. * Revert "examples\issues\issue37.py wildcard-import" This reverts commit 40fa8400a. * As in issue55
322 of 322 branches covered (100.0%)
Branch coverage included in aggregate %.
1032 of 1032 relevant lines covered (100.0%)
20.56 hits per line
| Coverage | ∆ | File | Lines | Relevant | Covered | Missed | Hits/Line | Branch Hits | Branch Misses |
|---|