ipex-llm
ipex-llm copied to clipboard
add test report to run on self hosted runner
Description
This Github Action displays test results from popular testing frameworks directly in GitHub.
✔️ Parses test results in XML or JSON format and creates nice report as Github Check Run
✔️ Annotates code where it failed based on message and stack trace captured during test execution
✔️ Provides final conclusion and counts of passed, failed and skipped tests as output parameters
1. Why the change?
2. User API changes
3. Summary of the change
4. How to test?
- [ ] N/A
- [ ] Unit test
- [ ] Application test
- [ ] Document test
- [ ] ...
5. New dependencies
- [ ] New Python dependencies - Dependency1 - Dependency2 - ...
- [ ] New Java/Scala dependencies and their license - Dependency1 and license1 - Dependency2 and license2 - ...