Skip to content

Commit 8f9d07c

Browse files
authored
Update development-action.yml
refactored codecov task
1 parent 36d8625 commit 8f9d07c

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/development-action.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,11 @@ jobs:
2424
- name: Build
2525
run: dotnet build
2626
- name: Test
27-
run: dotnet test --no-build --verbosity normal
27+
run: dotnet test --no-build --verbosity normal --configuration Release /p:CollectCoverage=true /p:CoverletOutputFormat=cobertura /p:CoverletOutput=TestResults/
2828
- name: Upload coverage reports to Codecov
2929
uses: codecov/codecov-action@v4.0.1
3030
with:
3131
token: ${{ secrets.CODECOV_TOKEN }}
32+
flags: unittests
33+
name: codecov-umbrella
34+
#fail_ci_if_error: true

0 commit comments

Comments
 (0)