|
Ran
|
Jobs
4
|
Files
44
|
Run time
1min
|
Badge
README BADGES
|
push
github
Fix Spade compile issue (#695) * Replacing erase_if with erase-remove to maintain c++17 * Restoring macos compilation for spade extension * Fixed openmp compile flag for MSVC * Temporarily added trigger for build_wheels CI on pull_request sync * Temporarily switched off trigger for CI.yaml * Try: Exporting the linker and Cpp paths to Openmp, also WHY APPLE WHY! * Try: Added a debugg statement to get env value * Added a return 0 no-op to fix a clang warning * Replaced Clock alias with more generic std class system_clock that is supported accross all platforms * Removed condition that exluded clang from ignore diagnostic command * Added ignore warning diagnostic for clang * Try: Added env flag to build only for native arch on macos, i.e. arm64; Also added debugg statement for Cpp envs * Try: switch to cibuildwheel over python build module for macos to enable cibuildwheel specific env vars * Try: Added env var to target only newer macos versions cause apple's being appley * Try: Added x86 runner for native builds; Dynamic addition of env vars for host arch; just apple shenanigans * Simplified build_wheels file: removed redundant lines eg. upgrading pip (actions already does this), required py version already mentioned in setup.py, buildwheel step can be common * Added a new CI job to verify compile was successfull * Removed unused header based on PR review comment * Revert "Temporarily switched off trigger for CI.yaml" This reverts commit 86056c4a4. * Use python -P instead of to prevent imports from local source files and ensure the installed package is used; Also fixed a typo * Revert Temporarily added trigger for build_wheels CI on pull_request sync
6821 of 7714 relevant lines covered (88.42%)
3.52 hits per line
| ID | Job ID | Ran | Files | Coverage | |
|---|---|---|---|---|---|
| 1 | 26228932376.1 | 44 |
88.03 |
GitHub Action Run | |
| 2 | 26228932376.2 | 44 |
88.06 |
GitHub Action Run | |
| 3 | 26228932376.3 | 44 |
88.06 |
GitHub Action Run | |
| 4 | 26228932376.4 | 44 |
88.21 |
GitHub Action Run |
| Coverage | ∆ | File | Lines | Relevant | Covered | Missed | Hits/Line |
|---|