aboutsummaryrefslogtreecommitdiffstats
path: root/.github/scripts/tests/generate-summary.py
Commit message (Collapse)AuthorAgeFilesLines
* PR from branch users/nkozlovskiy/github-pr-history-linknkozlovskiy2023-10-111-2/+7
| | | | | | fix runid wip
* add ya make and test supportNikita Kozlovskiy2023-10-101-15/+31
| | | | | | add ya make and test support Pull Request resolved: https://github.com/ydb-platform/ydb/pull/392
* ci: show error tests in reports toonkozlovskiy2023-09-051-1/+1
|
* ci: print test duration in the html reportsnkozlovskiy2023-09-041-3/+22
|
* ci: PR comment posting with the testing resultsNikita Kozlovskiy2023-08-311-59/+155
| | | | | | ci: add comment posting to the pr with the test summary Pull Request resolved: #353
* CI: fail test log links in HTML test listsNikita Kozlovskiy2023-08-301-17/+38
| | | | | | CI: fail test log links in HTML test lists Pull Request resolved: #350
* new test summary badgeNikita Kozlovskiy2023-08-221-72/+132
| | | | | | new test summary badge Pull Request resolved: #343
* ci: don't throw an error when empty report xml is found, also print failed ↵nkozlovskiy2023-08-171-24/+1
| | | | test names
* ci: summary extraction as independent step, add functional tests summaryNikita Kozlovskiy2023-06-191-0/+137
ci: summary extraction as independent step, add functional tests summary Pull Request resolved: #264