We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
After set
<DataCollector friendlyName="XPlat code coverage"> <Configuration> <Format>lcov,cobertura,json</Format> <!-- <MergeWith>/custom/path/result.json</MergeWith> --> <Exclude>[coverlet.*.tests?]*,[*]Coverlet.Core*,[*]CosMate*Class1</Exclude> <!-- [Assembly-Filter]Type-Filter --> <!-- <Include>[coverlet.*]*,[*]Coverlet.Core*</Include> [Assembly-Filter]Type-Filter --> <SingleHit>false</SingleHit> <UseSourceLink>true</UseSourceLink> </Configuration> </DataCollector>
3 formats in settings file as example in docs, only the first format file will be output.
BTW, how can we specific the output file path here?
The text was updated successfully, but these errors were encountered:
dup of #490 will be present in next release #533 for now you can use nightly build(not today but tomorrow I just fixed an issue and we're back by one week) https://github.com/tonerdo/coverlet/blob/master/Documentation/ConsumeNightlyBuild.md
Sorry, something went wrong.
And you can specify output in this way #500 (comment)
Feel free to reopen if needed.
No branches or pull requests
After set
3 formats in settings file as example in docs, only the first format file will be output.
BTW, how can we specific the output file path here?
The text was updated successfully, but these errors were encountered: