You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have the following behavior, if I set only the CoverletOutputDirectory without filename. The resulting files are written to the parent directory with combined filename of directory+format.
I have the following behavior, if I set only the
CoverletOutputDirectory
without filename. The resulting files are written to the parent directory with combined filename of directory+format.Example for configuration:
I get the following dorectory / file structure:
instead of the expected structure:
As I see in commandl ine, the path is send without ending
/
, so coverlet treat this as a file.As described here (https://github.com/coverlet-coverage/coverlet/blob/master/Documentation/MSBuildIntegration.md) coverlet treat the
CoverletOutput
parameter as directory, if this ends with/
, as file in other cases.The text was updated successfully, but these errors were encountered: