Replies: 1 comment 1 reply
-
Allowing for errors and corner cases, and unit test behaviour took a little bit more work, but the change is now made and will be in the next release. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi all.
If BUILD processes are running in paralle, some processes fail because a process deletes all altcover.runsettings files in another process running.
Example for build on CI server.
So, I think it's better that
<AltCoverRunSettings Include="$(VSTestSetting)" />
instead of<AltCoverRunSettings Include="$(TEMP)/*.altcover.runsettings" />
at line:128 on AltCover.targets.Or, a delete file is switched by the option(like a CI option).
Or, it's made on (AltCoverOutputDirectory ) instead of (TEMP) directory.
Please consider above.
Regards.
Beta Was this translation helpful? Give feedback.
All reactions