diff --git a/.github/workflows/testing.yml b/.github/workflows/testing.yml index 22025d5..13cc218 100644 --- a/.github/workflows/testing.yml +++ b/.github/workflows/testing.yml @@ -42,8 +42,8 @@ jobs: - name: pytest run: | pytest --cov=matcalc tests --color=yes - - name: Coveralls - uses: coverallsapp/github-action@v2 +# - name: Coveralls +# uses: coverallsapp/github-action@v2 build: needs: test