web icon indicating copy to clipboard operation
web copied to clipboard

saver/runner fails to get test-file metrics

Open JonJagger opened this issue 1 month ago • 1 comments

runner/reports/server/coverage_metrics.json

{
  "timestamp": 1763991433,
  "command_name": "Minitest",
  "groups": {
    "test": {
      "lines": {
        "total": 0,
        "covered": 0,
        "missed": 0
      },
      "branches": {
        "total": 0,
        "covered": 0,
        "missed": 0
      }
    },
    "app": {
      "lines": {
        "total": 549,
        "covered": 272,
        "missed": 277
      },
      "branches": {
        "total": 66,
        "covered": 2,
        "missed": 64
      }
    }
  }
}

So tests are not being seen. I think this happened when runner/source and runner/test became sibling dirs.

JonJagger avatar Dec 02 '25 09:12 JonJagger