mirror of
https://github.com/zoriya/Kyoo.git
synced 2025-06-05 14:44:13 -04:00
Adding debug prints for the analysis
This commit is contained in:
parent
94c4c7d146
commit
aad4336f48
2
.github/workflows/analysis.yml
vendored
2
.github/workflows/analysis.yml
vendored
@ -41,7 +41,6 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
commit: ${{env.COMMIT_SHA}}
|
commit: ${{env.COMMIT_SHA}}
|
||||||
workflow: tests.yml
|
workflow: tests.yml
|
||||||
name: coverage.xml
|
|
||||||
github_token: ${{secrets.GITHUB_TOKEN}}
|
github_token: ${{secrets.GITHUB_TOKEN}}
|
||||||
- name: Build and analyze
|
- name: Build and analyze
|
||||||
env:
|
env:
|
||||||
@ -49,6 +48,7 @@ jobs:
|
|||||||
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
|
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
|
||||||
shell: bash
|
shell: bash
|
||||||
run: |
|
run: |
|
||||||
|
find . -name 'coverage.opencover.xml'
|
||||||
dotnet build-server shutdown
|
dotnet build-server shutdown
|
||||||
|
|
||||||
./.sonar/scanner/dotnet-sonarscanner begin \
|
./.sonar/scanner/dotnet-sonarscanner begin \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user