chocolatey / Chocolatey.Cake.Recipe

A set of convention based Cake scripts for building Chocolatey projects
Apache License 2.0
5 stars 9 forks source link

Provide ability to change shouldRunOpenCover from command line argument #71

Closed gep13 closed 1 year ago

gep13 commented 1 year ago

Is Your Feature Request Related To A Problem? Please describe.

When running the Integration Tests for the chocolatey/choco repository, they fail for some reason (not clear exactly why) when executing via OpenCover. Executing the tests directly via NUnit the tests work as expected.

Describe The Solution. Why is it needed?

We need the ability to control whether or not to run OpenCover as a command line argument, so that we can leave OpenCover in place when not running integration tests.

Additional Context.

While it is possible to switch OpenCover on/off via the recipe.cake file, we run the integration tests in a different build configuration, so we need the ability to turn it on/off without having to make a change to the recipe.cake file.

Related Issues

N/A

choco-bot commented 1 year ago

:tada: This issue has been resolved in version 0.16.0 :tada:

The release is available on:

Your GitReleaseManager bot :package::rocket: