|
Ran
|
Jobs
1
|
Files
89
|
Run time
1min
|
Badge
README BADGES
|
push
github
gdb: fix flake-7.2.0 F824 warning This patch fixes the flake8 warning F824 [1]: | F824 `global gtype_cache` is unused: name is never assigned in scope This patch removes the `global` definition inside the function since, according to [2], it's already considered global. [1]: https://flake8.pycqa.org/en/latest/user/error-codes.html [2]: https://docs.python.org/3/faq/programming.html#what-are-the-rules-for-local-and-global-variables-in-python Reviewed-by: Sergey Bronnikov <sergeyb@tarantool.org> Signed-off-by: Sergey Kaplun <skaplun@tarantool.org> (cherry picked from commit 24d66ccea)
5704 of 6042 branches covered (94.41%)
Branch coverage included in aggregate %.
21768 of 23491 relevant lines covered (92.67%)
3831330.5 hits per line
| Lines | Coverage | ∆ | File |
|---|---|---|---|
| 1 |
78.44 |
-0.08% | src/lj_opt_fold.c |
| 6 |
94.74 |
-4.31% | src/lj_str.c |
| ID | Job ID | Ran | Files | Coverage | |
|---|---|---|---|---|---|
| 1 | 15020258955.1 | 89 |
93.02 |
GitHub Action Run |
| Coverage | ∆ | File | Lines | Relevant | Covered | Missed | Hits/Line | Branch Hits | Branch Misses |
|---|