You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I haven't read the full documentation carefully, but it seems the new codecov tool, Automated Test Selection can help improve the tests speed significantly:
Automated Test Selection is a Codecov feature that ensures your CI pipeline only runs the tests needed to completely exercise the diff of a commit. Automated Test Selection is intended to greatly reduce the time needed to run test suites without compromising on test coverage or having to invest in creating the complex CI pipelines and tools (e.g., Bazel) that are typically required to facilitate test selection.
Testing tools typically have a stage of collecting tests followed by a stage of executing tests. The idea behind Automated Test Selection is to live exactly between those 2 stages as a filter to decide which tests necessarily need to be executed, considering the diff of the commit being tested.
I think it may be worth a try.
The text was updated successfully, but these errors were encountered:
seisman
changed the title
Improve the CI tests speed via Codecov Automated Test Selection?
Improve the CI tests speed via Codecov Automated Test Selection
Nov 1, 2023
I haven't read the full documentation carefully, but it seems the new codecov tool, Automated Test Selection can help improve the tests speed significantly:
I think it may be worth a try.
The text was updated successfully, but these errors were encountered: