Skip to content

Commit

Permalink
Merge branch 'master' into feat/remove-support-for-outdated-net
Browse files Browse the repository at this point in the history
  • Loading branch information
mtrezza authored Dec 20, 2024
2 parents 7f1e148 + 400f4fe commit 6b35c0f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ jobs:
fail-fast: false
name: .NET ${{ matrix.DOTNET_VERSION }}
runs-on: windows-latest
timeout-minutes: 30
steps:
- name: Checkout repository
uses: actions/checkout@v4
Expand All @@ -38,7 +39,7 @@ jobs:
with:
args: 'install opencover.portable codecov -y'
- name: Build
run: dotnet build Parse.sln --configuration Debug --no-restore
run: dotnet build Parse.sln --configuration Debug --no-restore /p:DebugType=full /p:GenerateFullPaths=true /p:CollectCoverage=false
- name: Run tests with coverage
run: |
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
Expand Down

0 comments on commit 6b35c0f

Please sign in to comment.