github.com/web-platform-tests/wpt.fyi@v0.0.0-20240530210107-70cf978996f1/api/checks/README.md (about)

     1  # wpt.fyi GitHub Checks integration
     2  
     3  This directory implements the wpt.fyi (and staging.wpt.fyi) integration with
     4  the GitHub Checks API for commits made to
     5  [WPT](https://github.com/web-platform-tests/wpt). The goal of this integration
     6  is to provide summary data (reporting regressions, etc) for test-suite runs
     7  performed by our CI systems (Azure Pipelines and Taskcluster).
     8  
     9  The wpt.fyi GitHub Checks code owns only computing the summary data and pushing
    10  it to GitHub, not ingesting the results from the CI systems. For those, see the
    11  [`/api/azure`](/api/azure/) and [`/api/taskcluster`](/api/taskcluster)
    12  directories.
    13  
    14  ## Links
    15  
    16  * [Design doc](https://docs.google.com/document/d/1EsMmll5s5ZA4kvaCeFUKFfdjG8DMxGANX8JDPl8rKFE/edit)