fix flaky logger (#782)
* fix flaky logger * update env related dep * build info
This commit is contained in:
2
.github/workflows/buildtest.yaml
vendored
2
.github/workflows/buildtest.yaml
vendored
@@ -28,7 +28,7 @@ jobs:
|
||||
# if: matrix.os == 'ubuntu-latest'
|
||||
# run: dotnet format --severity error --verify-no-changes --exclude ./src/KubernetesClient/generated/
|
||||
- name: Build
|
||||
run: dotnet build --configuration Release
|
||||
run: dotnet build --configuration Release -v detailed
|
||||
- name: Test
|
||||
run: dotnet test /p:CollectCoverage=true /p:ExcludeByFile=\"**/KubernetesClient/generated/**/*.cs\" /p:CoverletOutputFormat="cobertura"
|
||||
# - uses: 5monkeys/cobertura-action@master
|
||||
|
||||
Reference in New Issue
Block a user