We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent daa7870 commit 0304920Copy full SHA for 0304920
.github/workflows/buildtest.yaml
@@ -17,12 +17,8 @@ jobs:
17
dotnet-version: |
18
8.0.x
19
9.0.x
20
- # - name: Check Format
21
- # # don't check formatting on Windows b/c of CRLF issues.
22
- # if: matrix.os == 'ubuntu-latest'
23
- # run: dotnet format --severity error --verify-no-changes --exclude ./src/KubernetesClient/generated/
24
- name: Build
25
- run: dotnet build --configuration Release -v detailed
+ run: dotnet build --configuration Release
26
- name: Test
27
run: dotnet test --configuration Release --collect:"Code Coverage;Format=Cobertura" --logger trx --results-directory TestResults --settings CodeCoverage.runsettings --no-build
28
- name: Upload coverage to Codecov
0 commit comments