Skip to content

Commit

Permalink
(build) Stop publishing of code coverage metrics
Browse files Browse the repository at this point in the history
Since we are now running all tests on each build, we have had to turn
off running of OpenCover, as there are known issues with this when
running the integration tests. As a result, there are no code coverage
metrics to be published, so let's simply comment this action step out
for now.
  • Loading branch information
gep13 committed Nov 1, 2022
1 parent d737f3f commit 3f300fd
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,13 +66,13 @@ jobs:
code_drop\Packages\NuGet\*.nupkg
code_drop\Packages\Chocolatey\*.nupkg
code_drop\MsBuild.log
- uses: coverallsapp/github-action@master
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
path-to-lcov: |
code_drop\TestCoverage\lcov.info
flag-name: run-${{ matrix.os }}
parallel: true
# - uses: coverallsapp/github-action@master
# with:
# github-token: ${{ secrets.GITHUB_TOKEN }}
# path-to-lcov: |
# code_drop\TestCoverage\lcov.info
# flag-name: run-${{ matrix.os }}
# parallel: true
# Build using mono on MacOS
macos-build:
runs-on: macos-latest
Expand Down

0 comments on commit 3f300fd

Please sign in to comment.