refactor(metrics/insights): new features (#1098)

This commit is contained in:
Simon Lecoq
2022-06-24 22:35:09 +02:00
committed by GitHub
parent 79b80b1900
commit 3c4402e4ba
10 changed files with 732 additions and 142 deletions

View File

@@ -29,6 +29,14 @@
token: ${{ secrets.METRICS_TOKEN }}
config_output: png
- name: Metrics insights
if: ${{ success() || failure() }}
uses: lowlighter/metrics@latest
with:
filename: metrics.insights.html
token: ${{ secrets.METRICS_TOKEN }}
config_output: insights
- name: Presets
uses: lowlighter/metrics@latest
with: