Skip to content

Commit 6b35c0f

Browse files
authored
Merge branch 'master' into feat/remove-support-for-outdated-net
2 parents 7f1e148 + 400f4fe commit 6b35c0f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ jobs:
1515
fail-fast: false
1616
name: .NET ${{ matrix.DOTNET_VERSION }}
1717
runs-on: windows-latest
18+
timeout-minutes: 30
1819
steps:
1920
- name: Checkout repository
2021
uses: actions/checkout@v4
@@ -38,7 +39,7 @@ jobs:
3839
with:
3940
args: 'install opencover.portable codecov -y'
4041
- name: Build
41-
run: dotnet build Parse.sln --configuration Debug --no-restore
42+
run: dotnet build Parse.sln --configuration Debug --no-restore /p:DebugType=full /p:GenerateFullPaths=true /p:CollectCoverage=false
4243
- name: Run tests with coverage
4344
run: |
4445
OpenCover.Console.exe -returntargetcode -target:dotnet.exe -targetargs:"test --framework net${{ matrix.DOTNET_VERSION }} --configuration Debug --test-adapter-path:. --logger:console /p:DebugType=full .\Parse.Tests\Parse.Tests.csproj" -filter:"+[Parse*]* -[Parse.Tests*]*" -oldstyle -output:parse_sdk_dotnet_coverage.xml -register:user

0 commit comments

Comments
 (0)