Moving README,CHANGELOG and LICENSE back to root folder

It turns out it's not possible to publish action when README is in docs folder
This commit is contained in:
Michal Dorner 2021-03-24 18:22:55 +01:00
parent 383ae3ef8c
commit 2c87efac07
No known key found for this signature in database
GPG key ID: 9EEE04B48DA36786
3 changed files with 2 additions and 2 deletions

24
CHANGELOG.md Normal file
View file

@ -0,0 +1,24 @@
# Changelog
## v1.3.1
- [Fix: parsing of .NET duration string without milliseconds](https://github.com/dorny/test-reporter/pull/84)
- [Fix: dart-json - remove group name from test case names](https://github.com/dorny/test-reporter/pull/85)
- [Fix: net-trx parser crashing on missing duration attribute](https://github.com/dorny/test-reporter/pull/86)
## v1.3.0
- [Add support for java-junit](https://github.com/dorny/test-reporter/pull/80)
- [Fix: Handle test reports with no test cases](https://github.com/dorny/test-reporter/pull/70)
- [Fix: Reduce number of API calls to get list of files tracked by GitHub](https://github.com/dorny/test-reporter/pull/69)
## v1.2.0
- [Set `listTests` and `listSuites` to lower detail if report is too big](https://github.com/dorny/test-reporter/pull/60)
## v1.1.0
- [Support public repo PR workflow](https://github.com/dorny/test-reporter/pull/56)
## v1.0.0
Supported languages / frameworks:
- .NET / xUnit / NUnit / MSTest
- Dart / test
- Flutter / test
- JavaScript / JEST