From 4587320bc04f82380538840963e6da373402488f Mon Sep 17 00:00:00 2001 From: Emanuele Palazzetti Date: Fri, 1 Sep 2023 16:45:09 +0000 Subject: [PATCH] tools: add GitHub action -> test coverage --- .github/workflows/testing.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/testing.yaml b/.github/workflows/testing.yaml index 94c95ef..2b9e1ed 100644 --- a/.github/workflows/testing.yaml +++ b/.github/workflows/testing.yaml @@ -36,3 +36,6 @@ jobs: - name: Test with tox environments run: tox + + - name: Update Coveralls report + uses: coverallsapp/github-action@v2