Skip to content

Commit

Permalink
Merge pull request #24 from shanbay/build/ci
Browse files Browse the repository at this point in the history
fix(ci): remove coverage report
  • Loading branch information
fenngwd authored Jul 26, 2022
2 parents 0ec6816 + c5c4fcd commit 65ff0e3
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,6 @@ jobs:
with:
flag-name: "Integration Test - ${{ matrix.python-version }}"
parallel: true
- name: Test & publish code coverage
if: startsWith(github.ref, 'refs/heads/master')
uses: paambaati/[email protected]
env:
CC_TEST_REPORTER_ID: ${{ secrets.CODECLIMATE_REPORTER_ID }}
converalls_finish:
needs: test
runs-on: ubuntu-latest
Expand Down

0 comments on commit 65ff0e3

Please sign in to comment.