-
VS Code is looking to stabilize their new test coverage API in the March release https://github.com/microsoft/vscode/issues/123713. We can use the new API to provide test coverage for Ruby projects.
-
### Describe the bug
In some cases, `dotnet test` hangs doing or after a build with .NET9 RC1.
Prior to .NET9 RC1, this worked without a problem - for previous versions as well.
Full "log" can be fo…
-
## Bug Report
When running CCS on a solution that has multiple test projects that shares multiple libraries (common libraries) it generates multiple code coverage files.
Visual Studio Code Covera…
-
Several things could be done to ease the process of making a new release:
- [ ] protect the `main` branch and review the github actions to ensure the linter and tests pass before a release.
- [ ] …
-
When trying to deploy the model on ESP32S3, I get a warning called `SUB failed to invoke INT32 not supported`. I have fixed it and I want to contribute by opening a PR.
-
The test flakiness lead will be expected to:
- lead a test flakiness strategic initiative, rallying and supporting contributors who work to reduce flaky tests. This might include running regular te…
-
Nishant implemented combined code coverage for the JUnit, RUnit and PyUnit tests on branch nishant_coverage_jenkins.
The changes are here:
https://github.com/h2oai/h2o-3/compare/nishant_coverage…
-
As discussed in PR #415, we should add code coverage reports into PRs as part of the test workflow.
possible implementation with [Code Coverage Report](https://github.com/marketplace/actions/code-c…
-
This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.
## Config Migration Needed
- […
-
# Code Coverage
Code coverage is a very interesting field, with lots of different variations. The following is loosely inspired by some literature I stumbled across years ago - I'll have to see if …