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

Coverlet output format should receive a list of formats #2563

Closed
lucasteles opened this issue Jan 14, 2021 · 1 comment · Fixed by #2562
Closed

Coverlet output format should receive a list of formats #2563

lucasteles opened this issue Jan 14, 2021 · 1 comment · Fixed by #2562

Comments

@lucasteles
Copy link
Contributor

lucasteles commented Jan 14, 2021

Description

Shoud be possible to pass multiples output formats to coverlet

See here

Repro steps

When create a CoverletParams the type of OutputFormat accepts only one format

Expected behavior

I shold be able to pass a list of output paramters

Known workarounds

Set manually the OutputFormat of DotnetTestOptions

options
  |> fun p -> {
            p with MSBuildParams = {
                 p.MSBuildParams with
                Properties = p.MSBuildParams.Properties @ [("CoverletOutputFormat","cobertura,json")]
            }}

I did a PR #2562 for this, but I cant figure out why it broke

@github-actions
Copy link
Contributor

Welcome to the FAKE community! Thank you so much for creating your first issue and therefore improving the project!

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

Successfully merging a pull request may close this issue.

1 participant