Skip to content

Commit b8dcc08

Browse files
authored
Add note on webserver name setting
1 parent 4b1a5cf commit b8dcc08

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ Where:
9696
* `tTiming` (optional) is 1 to capture execution time data for monitored classes/routines as well, or 0 (the default) to not capture this data.
9797

9898
### Viewing Results
99-
After running the tests, a URL is shown in the output at which you can view test coverage results.
99+
After running the tests, a URL is shown in the output at which you can view test coverage results. If the hostname/IP address in this URL is incorrect, you can fix it by changing the "WebServerName" setting in the management portal, at System Administration > Configuration > Additional Settings > Startup.
100100

101101
### Reporting on results in Cobertura format
102102
The `RunTest()` method reports back a log index in the "userparam" argument. This can be used to generate a report in the same format as Cobertura, a popular Java code coverage tool. For example:
@@ -130,4 +130,4 @@ See also the list of [contributors](https://github.com/intersystems/TestCoverage
130130

131131
## License
132132

133-
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.
133+
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.

0 commit comments

Comments
 (0)