We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f5f05fd commit ecd8ef5Copy full SHA for ecd8ef5
.github/workflows/ci.yml
@@ -39,9 +39,6 @@ jobs:
39
args: 'install opencover.portable codecov -y'
40
- name: Build
41
run: dotnet build Parse.sln --configuration Debug --no-restore
42
- - name: 'Debug: List files'
43
- run: dir /s
44
- shell: cmd
45
- name: Run tests with coverage
46
run: |
47
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