Skip to content

ability to generate the HTML data and .last_run.json files only #1124

Open
@cppgent0

Description

@cppgent0

This is an enhancement request, not a bug/issue

I currently have different types of test runs (eg. unit tests and automated system tests).

Note these are separate processes (not run in parallel).

It would be ideal if I could:

  • run each of these separately
  • gather the contents of .last_run.json and save if off separately
  • have no report data printed. (see output_message in simplecov-html)

And then at the end of all the runs:

  • run a script to generate all of the HTML
  • generate a report of all the totals from the contents I've gathered from .last_run.json

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