lydiachoi / test-percentage-visualizer

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

Iteration subsample #24

Closed jregchiu closed 4 years ago

jregchiu commented 4 years ago

Add an optional parameter [<subsample-freq>] to specify how often to sample the commits in the repo's history. Defaults to a value of 1 (i.e. every commit), but could be something like 5 for example (i.e. every 5th commit)

Addresses #19