Brandon Mercer
Results
1
issues of
Brandon Mercer
I'm using the cli to execute my tests and generate my reports, example: ```bash utplsql run ${ORACLE_USER}/${ORACLE_PASSWORD}@${ORACLE_HOST}:${ORACLE_PORT}/${ORACLE_SERVICE} \ -source_path=src \ -test_path=tests \ -f=ut_documentation_reporter -c \ -f=ut_coverage_html_reporter -o=results/coverage.html \ -f=ut_coverage_cobertura_reporter -o=results/cobertura.xml...