Skip to content
New issue

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

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

Open
stijnmoreels opened this issue Oct 20, 2023 · 0 comments
Labels
dependencies management All issues that the Arcus management team should take up.

Comments

@stijnmoreels
Copy link
Member

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:

  • Run the CI pipeline.
  • Look at how only a single framework is used in the project.

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies management All issues that the Arcus management team should take up.
Projects
Status: To do
Development

No branches or pull requests

1 participant