File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -44,18 +44,17 @@ jobs:
4444 run : dotnet build -c Debug
4545
4646 - name : Test (Debug)
47- run : dotnet test -c Debug --no-build -p:CollectCoverage=true -p:CoverletOutputFormat=opencover -p:CoverletOutput='coverage.json'
47+ run : dotnet test -c Debug --no-build -p:CollectCoverage=true -p:CoverletOutputFormat=cobertura
4848
4949 - name : Build (Release)
5050 run : dotnet build -c Release
51-
51+
5252 - name : Test (Release)
53- run : dotnet test -c Release --no-build -p:CollectCoverage=true -p:CoverletOutputFormat=opencover -p:CoverletOutput='coverage.json' -p:MergeWith='coverage.json'
53+ run : dotnet test -c Release --no-build -p:CollectCoverage=true -p:CoverletOutputFormat=cobertura
5454
5555 - name : Upload Codecov
5656 uses : codecov/codecov-action@v5
5757 with :
58- files : coverage.json
5958 use_oidc : true
6059 fail_ci_if_error : false
6160
You can’t perform that action at this time.
0 commit comments