Handling tracks slugs

This commit is contained in:
Zoe Roux
2021-07-13 15:18:25 +02:00
parent 6bd7b47fd9
commit dc42ed031f
15 changed files with 258 additions and 249 deletions
+3 -1
View File
@@ -29,9 +29,11 @@ jobs:
POSTGRES_USERNAME: postgres
POSTGRES_PASSWORD: postgres
- name: Sanitize coverage output
if: ${{ always() }}
run: sed -i "s'$(pwd)'.'" Kyoo.Tests/coverage.opencover.xml
- name: Upload coverage report
if: ${{ always() }}
uses: actions/upload-artifact@v2
with:
name: coverage.xml
path: "**/coverage.opencover.xml"
path: "**/coverage.opencover.xml"