mirror of
https://github.com/zoriya/Kyoo.git
synced 2025-06-02 13:14:29 -04:00
CI: Adding tests results to sonarcloud
This commit is contained in:
parent
260f07b5c7
commit
6c3326e566
3
.github/workflows/analysis.yml
vendored
3
.github/workflows/analysis.yml
vendored
@ -57,7 +57,8 @@ jobs:
|
|||||||
-o:"anonymus-raccoon" \
|
-o:"anonymus-raccoon" \
|
||||||
-d:sonar.login="${{ secrets.SONAR_TOKEN }}" \
|
-d:sonar.login="${{ secrets.SONAR_TOKEN }}" \
|
||||||
-d:sonar.host.url="https://sonarcloud.io" \
|
-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'
|
dotnet build --no-incremental '-p:SkipTranscoder=true;SkipWebApp=true'
|
||||||
|
|
||||||
|
4
.github/workflows/tests.yml
vendored
4
.github/workflows/tests.yml
vendored
@ -39,4 +39,6 @@ jobs:
|
|||||||
uses: actions/upload-artifact@v2
|
uses: actions/upload-artifact@v2
|
||||||
with:
|
with:
|
||||||
name: coverage.xml
|
name: coverage.xml
|
||||||
path: "**/coverage.opencover.xml"
|
path: |
|
||||||
|
"**/coverage.opencover.xml"
|
||||||
|
"**/TestOutputResults.xml"
|
||||||
|
18
README.md
18
README.md
@ -2,21 +2,35 @@
|
|||||||
<p>
|
<p>
|
||||||
<a href="https://github.com/AnonymusRaccoon/Kyoo/actions/workflows/build.yml"><img src="https://img.shields.io/github/workflow/status/AnonymusRaccoon/Kyoo/Build?style=flat-square" alt="Build status"></a>
|
<a href="https://github.com/AnonymusRaccoon/Kyoo/actions/workflows/build.yml"><img src="https://img.shields.io/github/workflow/status/AnonymusRaccoon/Kyoo/Build?style=flat-square" alt="Build status"></a>
|
||||||
<a href="https://github.com/AnonymusRaccoon/Kyoo/actions/workflows/tests.yml"><img src="https://img.shields.io/github/workflow/status/AnonymusRaccoon/Kyoo/Testing?label=tests&style=flat-square" alt="Tests status"></a>
|
<a href="https://github.com/AnonymusRaccoon/Kyoo/actions/workflows/tests.yml"><img src="https://img.shields.io/github/workflow/status/AnonymusRaccoon/Kyoo/Testing?label=tests&style=flat-square" alt="Tests status"></a>
|
||||||
<a href="https://github.com/users/AnonymusRaccoon/packages/container/package/kyoo"><img src="https://img.shields.io/github/workflow/status/AnonymusRaccoon/Kyoo/Docker?label=docker&style=flat-square"/></a>
|
<a href="https://github.com/users/AnonymusRaccoon/packages/container/package/kyoo"><img src="https://img.shields.io/github/workflow/status/AnonymusRaccoon/Kyoo/Docker?label=docker&style=flat-square" alt="Docker status"/></a>
|
||||||
<a href="https://sonarcloud.io/dashboard?id=AnonymusRaccoon_Kyoo"><img src="https://img.shields.io/sonar/violations/AnonymusRaccoon_Kyoo?format=long&server=https%3A%2F%2Fsonarcloud.io&style=flat-square" alt="Analysis report"></a>
|
<a href="https://sonarcloud.io/dashboard?id=AnonymusRaccoon_Kyoo"><img src="https://img.shields.io/sonar/violations/AnonymusRaccoon_Kyoo?format=long&server=https%3A%2F%2Fsonarcloud.io&style=flat-square" alt="Analysis report"></a>
|
||||||
|
<a href="https://sonarcloud.io/dashboard?id=AnonymusRaccoon_Kyoo"><img src="https://img.shields.io/sonar/coverage/AnonymusRaccoon_Kyoo?server=https%3A%2F%2Fsonarcloud.io&style=flat-square" alt="Coverage"></a>
|
||||||
<a href="./LICENSE"><img src="https://img.shields.io/github/license/AnonymusRaccoon/Kyoo?style=flat-square" alt="License"></a>
|
<a href="./LICENSE"><img src="https://img.shields.io/github/license/AnonymusRaccoon/Kyoo?style=flat-square" alt="License"></a>
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
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.
|
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.
|
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.
|
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
|
## Getting started
|
||||||
|
|
||||||
- [Installation]()
|
- [Installation]()
|
||||||
|
- [Api Documentation]()
|
||||||
|
- [Documentation (work in progress)]()
|
||||||
|
- [Contributing](./CONTRIBUTING.md)
|
||||||
|
|
||||||
## Screens
|
## Screens
|
||||||

|

|
||||||
|
Loading…
x
Reference in New Issue
Block a user