Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit c2af62a

Browse files
committed
Adding coveralls reporter to check how coveralls handles multiple coverage reports with different lines reported differently.
1 parent 8e1ab7c commit c2af62a

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

test/install_and_run_tests.sh

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,13 @@ utPLSQL-cli/bin/utplsql run ${UT3_TESTER}/${UT3_TESTER_PASSWORD}@${CONNECTION_ST
1212
-test_path=test -c \
1313
-f=ut_documentation_reporter -o=test_results.log -s \
1414
-f=ut_coverage_sonar_reporter -o=coverage.xml \
15+
-f=ut_coveralls_reporter -o=coverage.json \
1516
-f=ut_sonar_test_reporter -o=test_results.xml
1617

1718
status_line_regex="^[0-9]+ tests, ([0-9]+) failed, ([0-9]+) errored.*"
1819

19-
cat coverage.xml
20-
cat test_results.xml
20+
#cat coverage.xml
21+
#cat test_results.xml
2122

2223
RC=$(cat test_results.log | grep -E "${status_line_regex}" | sed -re "s/${status_line_regex}/\1\2/")
2324

0 commit comments

Comments
 (0)