Images 💾

Last commit ⭐

commit 44bcd7c7aa9af41b57d44fe532b1047191c383de
Author:     Andrew Kaster <akaster@serenityos.org>
AuthorDate: Sat Mar 19 16:42:54 2022 -0600
Commit:     Andreas Kling <kling@serenityos.org>
CommitDate: Mon May 2 01:46:18 2022 +0200

    CI: Add x86_64 Clang Coverage pipeline in Azure
    
    Add a job to the Azure pipelines to run tests with coverage enabled, and
    aggregate the test results in a folder of html pages showing the
    coverage results overall, and per-file.
    
    Future work is needed to take the published pipeline artifact for the
    coverage results and display them somewhere interesting.