lydiachoi / test-percentage-visualizer

Visualizer to show percentage of test code through time
2 stars 0 forks source link

Remove extraneous pipes/tee commands #18

Open jregchiu opened 4 years ago

jregchiu commented 4 years ago

https://github.com/lydiachoi/test-percentage-visualizer/blob/6ec31a56fd409d7b0445337bae8554681a670caa/git-iterate#L49

Pretty sure we can just do ... | tee -a $RAW_OUTPUT changedTestFiles.txt rather than needing another pipe and tee to send to another file