nexusformat / features

Work on NeXus features and recipes by the NIAC and friends
0 stars 6 forks source link

Add coverage method which will give percentage covered and which specific parts are covered #2

Open markbasham opened 9 years ago

markbasham commented 9 years ago

This should return an html page showing green for hits, and red for misses in the xml? nexdump representation of the file.

Also it should return a coverage value i.e 37% or something like that.

The following coverage generation in jenkins might be the way to deal with this?

https://raw.githubusercontent.com/jenkinsci/cobertura-plugin/master/src/test/resources/hudson/plugins/cobertura/coverage-with-data.xml

zjttoefs commented 6 years ago

While that's a neat idea for the future, I would assign a low priority to that at the moment.