- do not collect commit info since we don't use - do not store CI plugin information - do not store test timings |
||
|---|---|---|
| .. | ||
| processing | ||
| .gitignore | ||
| README.md | ||
| host.json | ||
| package-lock.json | ||
| package.json | ||
README.md
Flakiness Dashboard Backend
This directory contains source code for the Azure function that we use to aggregate test reports. The data is consumed by https://devops.aslushnikov.com/flakiness2.html
To publish function:
- install Azure Functions Core Tools version 3.x..
- install Azure CLI && login via
az login - run
func azure functionapp publish folio-flakiness-dashboard --javascript