Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support mutation-score-only reports #198

Closed
nicojs opened this issue Nov 13, 2019 · 1 comment
Closed

Support mutation-score-only reports #198

nicojs opened this issue Nov 13, 2019 · 1 comment

Comments

@nicojs
Copy link
Member

nicojs commented Nov 13, 2019

We should support mutation-score-only reports. The JSON looks like this:

{
  "mutationScore": 42
}

The report can look like this:

image

See stryker-mutator/stryker-handbook#27 for the use case

@nicojs
Copy link
Member Author

nicojs commented Nov 13, 2019

Feedback from @hugo-vrijswijk : what will we do with calculateMetrics (implemented in TS and scala). Essentially it would be invalid to call it with a mutation score only report. In fact, the only use case we can think of is the dashboard. Probably better to implement it as an exception there.

Closing this issue for now.

@nicojs nicojs closed this as completed Nov 13, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant