Test results and code coverage from all platforms
mattmcnabb opened this issue · 1 comments
Currently the same tests are being run on windows, linux, and macos and the build process fails if any tests fail anywhere. However, reporting the full test results may be somewhat complicated as all the jobs take place in one build.
For now, I'll just report the results and code coverage from the Windows job. If I find later that mac and linux require unique tests, or that some tests fail depending on platform (they shouldn't), then I'll look at creating unique builds for each platform. Then we could potentially report test results for each platform as well, and support platform-specific tests.
On another note, current tests are only run against pwsh, it might be worthwhile to add run tests against Windows PowerShell as well.
this issue is for posterity only in case I need to revisit the build design