Open
Description
Installed product versions
- Visual Studio: 2022 Professional
- This extension: 1.1.229
Description
The test environment is ignored during the coverage tests
Steps to recreate
- Create a test project that uses Docker as test environment
- Select "linux container" as test environment
- Perform a test on a function that uses some functions working in linux and not in Windows (ex.: I am working on this project: https://github.com/mdima/traceroute)
- Run the tests
Current behavior
The tests are performed in the "Local Windows Environment"
Expected behavior
The tests are performed in the "linux container" environment
Side Notes
If you debug some of the tests above, you will see that some of the tests are performed during the test execution, but their lines are reported as not covered by FCC.
Metadata
Metadata
Assignees
Labels
No labels