-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Minimal project description & metadata
- Loading branch information
Michal Dorner
committed
Oct 12, 2020
1 parent
5b8dac1
commit fc6bfde
Showing
3 changed files
with
33 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,11 @@ | ||
# JUnit Check Report | ||
**WIP** | ||
|
||
** WIP ** | ||
# Test Check Report | ||
|
||
Goal of this project is to create [Github Action](https://github.com/features/actions) | ||
that could presents test results from popular testing frameworks as Github check run with code annotation in places where test failed. | ||
|
||
Support for following test reports are planned for initial release: | ||
- [ ] dotnet-trx: [`dotnet test --logger trx`](https://docs.microsoft.com/en-us/dotnet/core/tools/dotnet-test#examples) | ||
- [ ] flutter-machine: `flutter test --machine` | ||
- [ ] jest-junit: [`jest --ci --reporters=jest-junit`](https://github.com/jest-community/jest-junit#readme) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters