diff options
| author | hathach <[email protected]> | 2025-12-10 16:02:25 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2025-12-10 16:02:25 +0700 |
| commit | 69bb4e669baa8037868459788c365fa50f13bba6 (patch) | |
| tree | eae717978a3cd054b62d5e9962bd549a35447b9e /.github/workflows | |
| parent | ae53e2f9aeada83f27deaf858449a2221f32e5cd (diff) | |
| parent | 0e48fe862292bb7b3e526a4b42bfa588d97d105e (diff) | |
Merge branch 'master' into hwfifo_post
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/build.yml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 5017cb3cd..9d94a3b9b 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -100,7 +100,6 @@ jobs: - name: Aggregate Code Metrics run: | python tools/get_deps.py - pip install tools/linkermap/ python tools/metrics.py combine -j -m -f tinyusb/src cmake-build/*/metrics.json - name: Upload Metrics Artifact @@ -124,7 +123,7 @@ jobs: if: github.event_name != 'push' run: | if [ -f base-metrics/metrics.json ]; then - python tools/metrics.py compare -f tinyusb/src base-metrics/metrics.json metrics.json + python tools/metrics.py compare -m -f tinyusb/src base-metrics/metrics.json metrics.json cat metrics_compare.md else echo "No base metrics found, skipping comparison" |
