mirror of
https://github.com/zoriya/Kyoo.git
synced 2025-07-08 02:34:16 -04:00
CI: Fixing test sanitize
This commit is contained in:
parent
7f2ef68d04
commit
924d03291c
2
.github/workflows/tests.yml
vendored
2
.github/workflows/tests.yml
vendored
@ -33,7 +33,7 @@ jobs:
|
|||||||
POSTGRES_PASSWORD: postgres
|
POSTGRES_PASSWORD: postgres
|
||||||
- name: Sanitize coverage output
|
- name: Sanitize coverage output
|
||||||
if: ${{ always() }}
|
if: ${{ always() }}
|
||||||
run: sed -i "s'$(pwd)'.'" Kyoo.Tests/coverage.opencover.xml
|
run: sed -i "s'$(pwd)'.'" tests/Kyoo.Tests/coverage.opencover.xml
|
||||||
- name: Upload coverage report
|
- name: Upload coverage report
|
||||||
if: ${{ always() }}
|
if: ${{ always() }}
|
||||||
uses: actions/upload-artifact@v2
|
uses: actions/upload-artifact@v2
|
||||||
|
Loading…
x
Reference in New Issue
Block a user