The quality check report should display only relative paths

Issue #616 resolved
YvesS created an issue

When the report for the quality check is generated, it should have only relative path to identify the files. Using full path is not a good practice when the report is built on a server: we see the whole path of the server.

Comments (4)

  1. YvesS reporter

    The method to modify is QualityCheckSession.generateHTMLReport() in the okapi-lib-verification package.

    It should be optional (set to have the current behavior by default). The new option should be in net.sf.okapi.lib.verification.Parameters.

  2. Log in to comment