zix99 / rare

Create console histograms, bar graphs, tables, heatmaps and more in realtime using regex and expressions.
https://rare.zdyn.net/
GNU General Public License v3.0
265 stars 15 forks source link

Add CSV output support to some aggregators #94

Closed zix99 closed 1 year ago

zix99 commented 1 year ago

Add CSV output support to various aggregators. Can output to file or stdout

netlify[bot] commented 1 year ago

Deploy Preview for raredocs ready!

Name Link
Latest commit b3430793fab8e1486179b6e50a450aac4c334c1f
Latest deploy log https://app.netlify.com/sites/raredocs/deploys/64867d9554ffd00007c4fe0a
Deploy Preview https://deploy-preview-94--raredocs.netlify.app
Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site settings.

codecov-commenter commented 1 year ago

Codecov Report

Merging #94 (b343079) into master (ab79389) will decrease coverage by 0.32%. The diff coverage is 74.16%.

:exclamation: Your organization is not using the GitHub App Integration. As a result you may experience degraded service beginning May 15th. Please install the Github App Integration for your organization. Read more.

@@            Coverage Diff             @@
##           master      #94      +/-   ##
==========================================
- Coverage   89.91%   89.60%   -0.32%     
==========================================
  Files         104      107       +3     
  Lines        5305     5425     +120     
==========================================
+ Hits         4770     4861      +91     
- Misses        410      429      +19     
- Partials      125      135      +10     
Impacted Files Coverage Δ
cmd/bargraph.go 94.44% <40.00%> (-5.56%) :arrow_down:
cmd/heatmap.go 93.33% <40.00%> (-3.14%) :arrow_down:
cmd/histo.go 88.67% <40.00%> (-2.41%) :arrow_down:
cmd/reduce.go 91.30% <40.00%> (-1.65%) :arrow_down:
cmd/tabulate.go 96.89% <40.00%> (-2.30%) :arrow_down:
pkg/csv/aggWriters.go 76.47% <76.47%> (ø)
pkg/csv/csvfile.go 85.18% <85.18%> (ø)
cmd/helpers/output.go 95.00% <100.00%> (+7.50%) :arrow_up:
pkg/aggregation/accumulator.go 100.00% <100.00%> (ø)
pkg/multiterm/nullterm.go 100.00% <100.00%> (ø)

... and 1 file with indirect coverage changes