|
Ran
|
Jobs
1
|
Files
27
|
Run time
1min
|
Badge
README BADGES
|
push
github
python: fix in-source python builds the Makefile for the python bindings does a check for out of source builds to see if it should copy the .pyx file. However, if `srcdir` and `builddir` are different strings but point to the same directory, the `cp` command will fail. This patch makes the build step more robust by checking if the .pyx file exists in the `builddir` (will resolve to true if srcdir==builddir). Otherwise, it will copy the file over. Signed-off-by: Caetano Melone <melone1@llnl.gov> Signed-off-by: Paul Moore <paul@paul-moore.com> (imported from commit d891cb830)
3147 of 3535 relevant lines covered (89.02%)
256561.2 hits per line
| ID | Job ID | Ran | Files | Coverage | |
|---|---|---|---|---|---|
| 1 | amd64 - 24208902476.1 | 27 |
89.02 |
GitHub Action Run |
| Coverage | ∆ | File | Lines | Relevant | Covered | Missed | Hits/Line |
|---|