Skip to content

Commit

Permalink
removed upload coverage since we dont even pay attention to it anyway…
Browse files Browse the repository at this point in the history
…s right now
  • Loading branch information
Kelvinrr committed Sep 17, 2024
1 parent 04326c2 commit d2c6101
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/ci_testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,13 +52,13 @@ jobs:
run: |
cd build
ctest -VV
- name: Upload Coverage
uses: codecov/codecov-action@v1
with:
token: ${{ secrets.CODECOV_TOKEN }}
fail_ci_if_error: true
verbose: true
if: matrix.os == 'ubuntu-latest' && matrix.python-version == '3.9'
# - name: Upload Coverage
# uses: codecov/codecov-action@v1
# with:
# token: ${{ secrets.CODECOV_TOKEN }}
# fail_ci_if_error: true
# verbose: true
# if: matrix.os == 'ubuntu-latest' && matrix.python-version == '3.9'

Build-Docs:
runs-on: ubuntu-latest
Expand Down

0 comments on commit d2c6101

Please sign in to comment.