diff --git a/.github/workflows/test_deploy.yaml b/.github/workflows/test_deploy.yaml index a35474d7..dec3a044 100644 --- a/.github/workflows/test_deploy.yaml +++ b/.github/workflows/test_deploy.yaml @@ -118,11 +118,11 @@ jobs: if: ${{ github.ref != 'refs/heads/main' && github.event.pull_request.head.repo.full_name != 'sparkmicro/Ki-nTree' }} run: | invoke test -e 0 - - name: Coveralls - if: ${{ github.ref == 'refs/heads/main' || github.event.pull_request.head.repo.full_name == 'sparkmicro/Ki-nTree' }} - run: | - coveralls --version - coveralls --service=github + # - name: Coveralls + # if: ${{ github.ref == 'refs/heads/main' || github.event.pull_request.head.repo.full_name == 'sparkmicro/Ki-nTree' }} + # run: | + # coveralls --version + # coveralls --service=github - name: Run build run: | invoke build