Skip to content

Commit

Permalink
Add report aggregation script
Browse files Browse the repository at this point in the history
  • Loading branch information
lyubenkov committed Dec 19, 2023
1 parent e8ed5ec commit 580ddf7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docker/report.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
#!/bin/sh
find . -name 'report-*.json' -exec jq -s 'reduce .[] as $item ({}; . * $item)' {} + > report.json

0 comments on commit 580ddf7

Please sign in to comment.