Ran
|
Jobs
1
|
Files
89
|
Run time
1min
|
Badge
Embed ▾
README BADGES
|
push
github
test: fix build for macOS Sequoia 15.0 When building <tarantool-c-tests/gh-8594-sysprof-ffunc-crash.test.c> on macOS Sequoia 15.0, I've got the following error from including <sys/ptrace.h>: | error: unknown type name 'caddr_t' | int ptrace(int _request, pid_t _pid, caddr_t _addr, int _data); It can be fixed by including <sys/types.h>, but since this test is skipped for macOS anyway, I prefer just to move all necessary includes under the corresponding define. Reviewed-by: Maxim Kokryashkin <m.kokryashkin@tarantool.org> Reviewed-by: Sergey Bronnikov <sergeyb@tarantool.org> Signed-off-by: Sergey Kaplun <skaplun@tarantool.org> (cherry picked from commit 84c968d45)
5695 of 6033 branches covered (94.4%)
Branch coverage included in aggregate %.
21716 of 23449 relevant lines covered (92.61%)
2976758.35 hits per line
Lines | Coverage | ∆ | File |
---|---|---|---|
1 |
78.42 |
-0.08% | src/lj_opt_fold.c |
1 |
92.5 |
-2.5% | src/lj_vmmath.c |
2 |
99.16 |
-0.34% | src/lj_gc.c |
3 |
96.29 |
-0.21% | src/lj_record.c |
ID | Job ID | Ran | Files | Coverage | |
---|---|---|---|---|---|
1 | 12299476354.1 | 89 |
92.98 |
GitHub Action Run |
Coverage | ∆ | File | Lines | Relevant | Covered | Missed | Hits/Line | Branch Hits | Branch Misses |
---|