Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8e1ab7c commit c2af62aCopy full SHA for c2af62a
1 file changed
test/install_and_run_tests.sh
@@ -12,12 +12,13 @@ utPLSQL-cli/bin/utplsql run ${UT3_TESTER}/${UT3_TESTER_PASSWORD}@${CONNECTION_ST
12
-test_path=test -c \
13
-f=ut_documentation_reporter -o=test_results.log -s \
14
-f=ut_coverage_sonar_reporter -o=coverage.xml \
15
+-f=ut_coveralls_reporter -o=coverage.json \
16
-f=ut_sonar_test_reporter -o=test_results.xml
17
18
status_line_regex="^[0-9]+ tests, ([0-9]+) failed, ([0-9]+) errored.*"
19
-cat coverage.xml
20
-cat test_results.xml
+#cat coverage.xml
21
+#cat test_results.xml
22
23
RC=$(cat test_results.log | grep -E "${status_line_regex}" | sed -re "s/${status_line_regex}/\1\2/")
24
0 commit comments