-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[azure-pipelines | analyzer] Integrate Code Coverage #106
Comments
this is the snippet (BASH/UNIX-Debian) to generate and publish results in codecov sudo apt-get install -y lcov
#find . -name *gcda
lcov --capture --directory . --output-file coverage.info
lcov --remove coverage.info '/usr/*' --output-file coverage.info # filter system-files
lcov --list coverage.info # debug info
bash <(curl -s https://codecov.io/bash) -t [codecov token] |
too many linking problem just to compile it and not a way to have on local env at the moment. ref:
|
for clang: |
Scenario:
Linux CI images are probably headless and no video drivers, so impossible to init SDL2 for testing.
consequently:
[Optional] Try other CI tools
[ ] CircleCIThe text was updated successfully, but these errors were encountered: