Skip to content

Commit 5335ab5

Browse files
author
Jacek Gębal
committed
Remove references to coveralls reporter for versions after 3.1.
No need for changes in versions prior to 3.1 fro now. Cleanup of api is needed to do it.
1 parent 4dd8e06 commit 5335ab5

2 files changed

Lines changed: 0 additions & 2 deletions

File tree

src/test/java/org/utplsql/api/ReporterInspectorIT.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@ void testGetReporterInfo() throws SQLException, InvalidVersionException {
3232

3333
assertEquals(infos.get(CoreReporters.UT_COVERAGE_HTML_REPORTER.name()).getType(), ReporterInfo.Type.SQL_WITH_JAVA);
3434
assertEquals(infos.get(CoreReporters.UT_COVERAGE_SONAR_REPORTER.name()).getType(), ReporterInfo.Type.SQL);
35-
assertEquals(infos.get(CoreReporters.UT_COVERALLS_REPORTER.name()).getType(), ReporterInfo.Type.SQL);
3635
assertEquals(infos.get(CoreReporters.UT_DOCUMENTATION_REPORTER.name()).getType(), ReporterInfo.Type.SQL_WITH_JAVA);
3736
assertEquals(infos.get(CoreReporters.UT_SONAR_TEST_REPORTER.name()).getType(), ReporterInfo.Type.SQL);
3837
assertEquals(infos.get(CoreReporters.UT_TEAMCITY_REPORTER.name()).getType(), ReporterInfo.Type.SQL);

src/test/java/org/utplsql/api/TestRunnerIT.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,6 @@ void runWithManyReporters() throws SQLException {
5353
.addReporter(CoreReporters.UT_DOCUMENTATION_REPORTER.name())
5454
.addReporter(CoreReporters.UT_COVERAGE_HTML_REPORTER.name())
5555
.addReporter(CoreReporters.UT_COVERAGE_SONAR_REPORTER.name())
56-
.addReporter(CoreReporters.UT_COVERALLS_REPORTER.name())
5756
.addReporter(CoreReporters.UT_SONAR_TEST_REPORTER.name())
5857
.addReporter(CoreReporters.UT_TEAMCITY_REPORTER.name())
5958
.addReporter(CoreReporters.UT_JUNIT_REPORTER.name())

0 commit comments

Comments
 (0)