Skip to content

Commit c3e2763

Browse files
authored
Update development-action.yml
1 parent 8f9d07c commit c3e2763

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/development-action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- name: Build
2525
run: dotnet build
2626
- name: Test
27-
run: dotnet test --no-build --verbosity normal --configuration Release /p:CollectCoverage=true /p:CoverletOutputFormat=cobertura /p:CoverletOutput=TestResults/
27+
run: dotnet test --no-build --verbosity normal /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:

0 commit comments

Comments
 (0)