Home
last modified time | relevance | path

Searched full:coverage (Results 1 – 7 of 7) sorted by relevance

/lvgl-3.6.0/tests/
Dmain.py130 '''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.')
DCMakeLists.txt198 --coverage
271 set (TEST_LIBS --coverage -fsanitize=address)
274 set (TEST_LIBS --coverage -fsanitize=address)
DREADME.md19 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.yml5 coverage:
/lvgl-3.6.0/.github/workflows/
Dccpp.yml41 - name: Upload coverage to Codecov
/lvgl-3.6.0/src/extra/libs/tiny_ttf/
Dstb_truetype_htcw.h134 // 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/
DCHANGELOG.md969 - 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…