mapaction/mapactionpy_arcmap

View on GitHub
gocd-run-and-report-unittests.cmd

Summary

Maintainability
Test Coverage
pushd mapy-arcmap
"../env/Scripts/python.exe" -m coverage run --include="./*" -m xmlrunner discover mapactionpy_arcmap/tests -o "../junit-reports"
"../env/Scripts/python.exe" -m coveralls
popd