From 6d725c4d9e4e46680e59fd37d4b0359ac9893235 Mon Sep 17 00:00:00 2001 From: Shyue Ping Ong Date: Mon, 24 Jul 2023 20:36:56 -0700 Subject: [PATCH] Comment out coveralls for now. --- .github/workflows/testing.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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