sayak-m / shcov

Automatically exported from code.google.com/p/shcov
GNU General Public License v2.0
0 stars 0 forks source link

Merge pkl files #3

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Is it possible to run the same shell script by two different users, each
one of them producing their own .pkl file, then merging the .pkl files
later on? This is great if you distribute a script to many users and you
want to merge their runs. Right now multiple runs will merge their results
only if the .pkl is the same between runs.

lcov does this for the tests where it shows the coverage for each test,
then a summary when the output of all tests is merged.

This is a great utility. Thank you.

Original issue reported on code.google.com by mdlaz...@gmail.com on 4 Mar 2010 at 5:32

GoogleCodeExporter commented 8 years ago
Sorry about not replying - I didn't have the email notification setup and 
haven't checked this page often enough.

I haven't tested, but I suppose making the global pkl-file 
world-readable/writeable would do the trick there? Otherwise it would require 
some source code changes, perhaps it's enough to just change shlcov to handle 
multiple in-paths.

Original comment by simon.ka...@gmail.com on 24 Aug 2010 at 6:55

GoogleCodeExporter commented 8 years ago
I've implemented bash coverage support for kcov,

  http://simonkagstrom.github.io/kcov/

and I'm therefore deprecating shcov. Kcov does merge data from multiple runs, 
so this particular bug is fixed there. Setting to WontFix.

Original comment by simon.ka...@gmail.com on 30 Jun 2014 at 7:17