mirror of
https://github.com/zoriya/Kyoo.git
synced 2025-06-03 21:54:49 -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:
|
||||
commit: ${{env.COMMIT_SHA}}
|
||||
workflow: tests.yml
|
||||
name: coverage.xml
|
||||
github_token: ${{secrets.GITHUB_TOKEN}}
|
||||
- name: Build and analyze
|
||||
env:
|
||||
@ -49,6 +48,7 @@ jobs:
|
||||
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
|
||||
shell: bash
|
||||
run: |
|
||||
find . -name 'coverage.opencover.xml'
|
||||
dotnet build-server shutdown
|
||||
|
||||
./.sonar/scanner/dotnet-sonarscanner begin \
|
||||
|
Loading…
x
Reference in New Issue
Block a user