mirror of
https://github.com/Chatterino/chatterino2.git
synced 2024-11-13 19:49:51 +01:00
ab3b2d8515
This changes the `make coverage` function to use `gcovr` instead of `lcov`, and to have it generate an html file directly at `coverage/index.html` under the build directory The only thing this changes, other than adding tests, is making the `Expression` class pure virtual. Every derived class should implement each of the functions |
||
---|---|---|
.. | ||
resources | ||
src | ||
.clang-format | ||
CMakeLists.txt | ||
README.md |
To run tests all tests you will need to run the kennethreitz/httpbin
and ghcr.io/chatterino/twitch-pubsub-server-test:latest
docker images
For example:
docker run --network=host --detach ghcr.io/chatterino/twitch-pubsub-server-test:latest
docker run -p 9051:80 --detach kennethreitz/httpbin