Skip to content

Commit 6bfe377

Browse files
authored
codecode
1 parent 06e9be0 commit 6bfe377

File tree

1 file changed

+3
-8
lines changed

1 file changed

+3
-8
lines changed

.github/workflows/dotnet.yml

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -27,23 +27,18 @@ jobs:
2727
run: dotnet restore
2828

2929
- name: Build
30-
run: dotnet build --no-restore
30+
run: dotnet build
3131

3232
- name: Test
33-
run: dotnet test --no-build /p:CollectCoverage=true /p:CoverletOutputFormat=opencover
33+
run: dotnet test /p:CollectCoverage=true /p:CoverletOutput=coverage /p:CoverletOutputFormat=opencover
3434

3535

36-
37-
38-
39-
40-
4136
- name: NDepend
4237
uses: ndepend/ndepend-action@v1
4338
with:
4439
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4540
license: ${{ secrets.NDEPENDLICENSE }}
46-
coveragefolder: Coverage
41+
coveragefolder: ${{ github.workspace }}
4742
baseline: main_recent
4843
retention-days: 15
4944
#stopIfQGFailed: true

0 commit comments

Comments
 (0)