|
Ran
|
Files
44
|
Run time
2s
|
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
6793 of 7714 relevant lines covered (88.06%)
0.88 hits per line
| Coverage | ∆ | File | Lines | Relevant | Covered | Missed | Hits/Line |
|---|