[Solved] Count the number of lines of code changed between time periods [closed]
[ad_1] I am not sure if I understand your question correctly, but here is one idea: Write a script which will list the changes from SCM checkout and create a file. Add build step to run this script, and add its output file to artifacts of the build. Produce whatever test report as usual, and … Read more