You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* add windows and mac builds to ci
* fall back to mac 10.15
* split lcov target out from the ci-postbuild target
* Specify which build does C++ coverage w/ lcov
* move the env config out to the top level
* sanitize paths when writing autogen docs
* windows is stricter about using file handles that are already open, so
switching to a pattern where TemporaryDirectory is used to create
things should be safer. Its also cleaner than the mkdtemp/try/except
pattern that had been used in the tests before.
* remove BOM from example xml file
* only run XGES unit tests on linux w/ python3
0 commit comments