Searched full:coverage (Results 1 – 7 of 7) sorted by relevance
/lvgl-3.6.0/tests/ |
D | main.py | 130 '''Produce code coverage test reports for the test execution.''' 135 label = 'Generating code coverage reports' 147 html_report_file, '--xml', 'report/coverage.xml', 149 '--html-title', 'LVGL Test Coverage'] 173 help='generate code coverage report for tests.')
|
D | CMakeLists.txt | 198 --coverage 271 set (TEST_LIBS --coverage -fsanitize=address) 274 set (TEST_LIBS --coverage -fsanitize=address)
|
D | README.md | 19 run executable tests, and generate code coverage 34 - `report` - Coverage report. Generated if the `report` flag was passed to `./main.py`
|
/lvgl-3.6.0/ |
D | .codecov.yml | 5 coverage:
|
/lvgl-3.6.0/.github/workflows/ |
D | ccpp.yml | 41 - name: Upload coverage to Codecov
|
/lvgl-3.6.0/src/extra/libs/tiny_ttf/ |
D | stb_truetype_htcw.h | 134 // accurately measures pixel coverage for anti-aliasing, except in the case 136 // coverage. Thus, anti-aliasing of intersecting shapes may look wrong. If 911 // antialiasing. 0 is no coverage (transparent), 255 is fully covered (opaque). 3171 // x0,x1 are the same pixel, so compute combined coverage 3338 …scanline[x] += e->direction * (y1 - y0) * (1 - ((x0 - x) + (x1 - x)) / 2); // coverage = 1 - avera…
|
/lvgl-3.6.0/docs/ |
D | CHANGELOG.md | 969 - feat(tests) upload coverage to codecov [`4fff99d`](https://github.com/lvgl/lvgl/commit/4fff99da1d… 1137 - fix(codecov) disable uploading coverage for pull requests [`27d88de`](https://github.com/lvgl/lvg…
|