Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitffc110c

Browse files
committed
Default assets path for HTML reporter
1 parentab014cf commitffc110c

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

‎src/main/java/io/github/utplsql/api/reporter/CoverageHTMLReporter.java

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,15 @@
88

99
publicclassCoverageHTMLReporterextendsReporter {
1010

11+
// Could override Reporter.init and call ut_coverage_report_html_helper.get_default_html_assets_path from database,
12+
// but had permissions issues.
13+
publicstaticfinalStringDEFAULT_ASSETS_PATH ="https://utplsql.github.io/utPLSQL-coverage-html/assets/";
14+
1115
privateStringprojectName;
1216
privateStringassetsPath;
1317

1418
publicCoverageHTMLReporter() {
15-
19+
this(null,DEFAULT_ASSETS_PATH);
1620
}
1721

1822
publicCoverageHTMLReporter(StringprojectName,StringassetsPath) {

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp