arcus-azure / arcus

Azure development in a breeze
https://arcus-azure.net/
MIT License
22 stars 5 forks source link

Test projects usually have a single target framework, while the implementation supports multiple #340

Open stijnmoreels opened 1 year ago

stijnmoreels commented 1 year ago

Describe the bug We currently only test out the most recent framework during unit/integration tests. For the unit tests, this is because the Codecov code coverage does not handle well multiple frameworks, and for the integration tests this means double run time.

To Reproduce Steps to reproduce the behavior:

Expected behavior We could investigate in adding additional arguments to the Codecov command so that we use multiple frameworks for testing, but a single framework for code coverage.

We could investigate in whether it would be workable to run the integration tests in serial with multiple frameworks, or maybe some of them could be run in parallel.