Skip to content

add additional info to .last_run.json #1123

Open
@cppgent0

Description

@cppgent0

This is not a bug/issue. It is an enhancement request.

Currently the .last_run.json file only contains line and branch info.

The simplecov-html.output_message function prints other info:

Line Coverage: 85.23% (623 / 731)
Branch Coverage: 58.39% (87 / 149)

It would be great to also add these to the .last_run.json content:

  • result.covered_lines
  • result.total_lines
  • result.covered_branches
  • result.total_branches

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions