Euller Borges
Euller Borges
I actually managed to get code coverage working with [codecov](https://codecov.io/) (which is free for open source projects), but mapping coverage to the actual repository files failed miserably. This happens because...
I've also just tried to use [Coveralls](coveralls.io/), which directly supports `lcov` and it didn't work either for the same reason: it tries to look for the file in the repository....
I don't have experience with performance benchmarking in Catch2, but I've used it before with cmake. I'll look into what people normally do in those cases.
It looks like that comparing the performance with only Catch2 isn't possible. It does seem though that Github Actions [has support for Catch2](https://medium.com/@thomaspoignant/ci-build-performance-testing-with-github-action-e6b227097c83) and performance tracking. What if we use...
Also having the same problem on Ubuntu Gnome 14.04 LTS. Installing ibus-qt4 didn't solve it either.
@narcelio's solution works like a charm on Ubuntu Gnome 14.04!
I've now tried using the onefile mode, but still to no success. I've set the `data_dir` argument to `os.path.dirname(sys.executable)` on one folder mode, to no success. It deletes the current...
I understand. I tried both modes with `data_dir` unset as well. In fact, the errors I pointed on onefile mode happened with that option unset. The stacktrace shows an error...
The last error occurs after the restart, it happens as pyinstaller is preparing to run the application. That's all the trace I get, though. I see, I believe it's the...
It runs without a problem. All problems I've had (even the one with the directory substitution without `data_dir`) are limited to the restart of the app, which means the application...