GoogleChrome / lighthouse-ci

Automate running Lighthouse for every commit, viewing the changes, and preventing regressions
Apache License 2.0
6.41k stars 644 forks source link

Is there a way to delete a report in dashboard ? #919

Open vikaspowerschool opened 1 year ago

vikaspowerschool commented 1 year ago

We linked our project to lighthouse, have a job for that in CICD pipeline. We got all reports and was working fine. We added same token to another project and now the reports are mixed. Is there a way to delete generated reports in dashboard ? Thank you

uvesten commented 1 year ago

Maybe not helpful, but I found that the structure in the sqlite database is pretty easy to understand. So, if you open the database file with a suitable client you can easily remove the unwanted runs, etc.