|
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)
5686 of 6023 branches covered (94.4%)
Branch coverage included in aggregate %.
21670 of 23399 relevant lines covered (92.61%)
1836603.31 hits per line
| Lines | Coverage | ∆ | File |
|---|---|---|---|
| 1 |
96.53 |
0.0% | src/lj_record.c |
| 2 |
98.86 |
-0.33% | src/lj_gc.c |
| 3 |
97.61 |
-1.44% | src/lj_str.c |
| ID | Job ID | Ran | Files | Coverage | |
|---|---|---|---|---|---|
| 1 | 15020258949.1 | 89 |
92.98 |
GitHub Action Run |
| Coverage | ∆ | File | Lines | Relevant | Covered | Missed | Hits/Line | Branch Hits | Branch Misses |
|---|