Commit f1750fa
authored
Codecove has released beta version of Test Analytics feature (#3996)
* Codecov Test Analytics integration
Codecove has released beta version of Test Analytics feature
more details can be found [here|https://docs.codecov.com/docs/test-result-ingestion-beta]
Since we are already integrated with Codecov (storing code coverage data) the idea is to try out if Test Analytics feature will provide visibility over flaky tests and stability of the tests/build. Hopefully, we will have a base to compare and identify regressions.
Changes (only in build actions)
- Add step to publish junit report files to codecove
- Add basic codecov.yml config (filter out files that are not junit reports)
Conditionally upload junit reports only on nightly build & push to branch
* Remove verbose flag
* Push test results also if job manully triggered1 parent 498fee3 commit f1750fa
2 files changed
+9
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
60 | 60 | | |
61 | 61 | | |
62 | 62 | | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
0 commit comments