Skip to content

Commit

Permalink
(build) Remove additional code coverage action
Browse files Browse the repository at this point in the history
This really should have been in the previous commit, but it was
forgotten about.

For now, all code coverage action work needs to be ceased, since we are
not running OpenCover (the tool that actually generates the code
coverage results) since there is an issue when running this in
conjunction with the integration tests.
  • Loading branch information
gep13 committed Nov 1, 2022
1 parent 3f300fd commit e3a04af
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -131,12 +131,12 @@ jobs:
"github_base_ref=${{ github.base_ref }}"
"github_head_ref=${{ github.head_ref }}"
"github_run_number=${{ github.run_number }}"
upload-code-coverage-results:
needs: [ubuntu-build, windows-build, macos-build]
runs-on: ubuntu-latest
steps:
- name: Coveralls Finished
uses: coverallsapp/github-action@master
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
parallel-finished: true
#upload-code-coverage-results:
# needs: [ubuntu-build, windows-build, macos-build]
# runs-on: ubuntu-latest
# steps:
# - name: Coveralls Finished
# uses: coverallsapp/github-action@master
# with:
# github-token: ${{ secrets.GITHUB_TOKEN }}
# parallel-finished: true

0 comments on commit e3a04af

Please sign in to comment.