readme: link to latest code coverage report

Signed-off-by: Simon Ser <contact@emersion.fr>
This commit is contained in:
Simon Ser 2022-10-07 07:20:18 +02:00
parent 97a8f16d1f
commit 41d3278807

View file

@ -35,6 +35,8 @@ contains a small collection of EDID blobs and diffs between upstream
up-to-date. A patch should never make the diffs grow larger. To add a new EDID up-to-date. A patch should never make the diffs grow larger. To add a new EDID
blob or update a diff, use `test/edid-decode-diff.sh test/data/<edid>`. blob or update a diff, use `test/edid-decode-diff.sh test/data/<edid>`.
The latest code coverage report is available on [GitLab CI][coverage].
## Fuzzing ## Fuzzing
To fuzz libdisplay-info with [AFL], the library needs to be instrumented: To fuzz libdisplay-info with [AFL], the library needs to be instrumented:
@ -49,5 +51,6 @@ To fuzz libdisplay-info with [AFL], the library needs to be instrumented:
[Developer Certificate of Origin 1.1]: https://developercertificate.org/ [Developer Certificate of Origin 1.1]: https://developercertificate.org/
[freedesktop.org Contributor Covenant]: https://www.freedesktop.org/wiki/CodeOfConduct/ [freedesktop.org Contributor Covenant]: https://www.freedesktop.org/wiki/CodeOfConduct/
[Meson]: https://mesonbuild.com/ [Meson]: https://mesonbuild.com/
[coverage]: https://gitlab.freedesktop.org/emersion/libdisplay-info/-/jobs/artifacts/main/file/build/meson-logs/coveragereport/index.html?job=build-gcc
[edid-decode]: https://git.linuxtv.org/edid-decode.git/ [edid-decode]: https://git.linuxtv.org/edid-decode.git/
[AFL]: https://lcamtuf.coredump.cx/afl/ [AFL]: https://lcamtuf.coredump.cx/afl/