diff --git a/.github/workflows/analysis.yml b/.github/workflows/analysis.yml index ab5ed716..31716673 100644 --- a/.github/workflows/analysis.yml +++ b/.github/workflows/analysis.yml @@ -57,8 +57,9 @@ jobs: -o:"anonymus-raccoon" \ -d:sonar.login="${{ secrets.SONAR_TOKEN }}" \ -d:sonar.host.url="https://sonarcloud.io" \ - -d:sonar.cs.opencover.reportsPaths="**/coverage.opencover.xml" - + -d:sonar.cs.opencover.reportsPaths="**/coverage.opencover.xml" \ + -d:sonar.cs.vstest.reportsPaths="**/TestOutputResults.xml" + dotnet build --no-incremental '-p:SkipTranscoder=true;SkipWebApp=true' - + ./.sonar/scanner/dotnet-sonarscanner end -d:sonar.login="${{ secrets.SONAR_TOKEN }}" diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 30ac6e3a..be2784d8 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -39,4 +39,6 @@ jobs: uses: actions/upload-artifact@v2 with: name: coverage.xml - path: "**/coverage.opencover.xml" + path: | + "**/coverage.opencover.xml" + "**/TestOutputResults.xml" diff --git a/README.md b/README.md index 5a942696..ab586f60 100644 --- a/README.md +++ b/README.md @@ -2,21 +2,35 @@
-Kyoo is an open-souce media browser which allow you to stream your movies, tv-shows or animes. +Kyoo is an open-source media browser which allow you to stream your movies, tv-shows or anime. It is an alternative to Plex, Emby or Jellyfin. Kyoo has been created from scratch, it is not a fork. Everything is and always will be free and open-source. Feel free to open issues or pull requests, all contribution are welcomed. +## Features + - Manage your movies, tv-series & anime + - Download metadata automatically + - Transmux files to make them available on every platform (Transcode coming soon) + - Account system with a permission system + - Handle subtitles natively with embedded fonts (ass, subrip or vtt) + - Entirely free and works without internet (when metadata have already been downloaded) + - Works on Linux, Windows, Docker and probably Mac. + - A powerful plugin system + ## Getting started - - [Installation]() + - [Installation]() + - [Api Documentation]() + - [Documentation (work in progress)]() + - [Contributing](./CONTRIBUTING.md) ## Screens 