From 57982a23f5974e6cdc9d43fb23a27cd03dc277cc Mon Sep 17 00:00:00 2001 From: Massimiliano Pippi Date: Sun, 29 Sep 2024 18:11:31 +0200 Subject: [PATCH] coveralls --- .github/workflows/test.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 7ea9c87..bdd2086 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -37,12 +37,13 @@ jobs: - name: Install Hatch run: pip install --upgrade hatch - - if: matrix.python-version == '3.10' && runner.os == 'Linux' + - if: matrix.python-version == '3.12' && runner.os == 'Linux' name: Lint run: hatch run lint:all - name: Run tests run: hatch run cov - - name: Report Coveralls + - if: matrix.python-version == '3.12' && runner.os == 'Linux' + name: Report Coveralls uses: coverallsapp/github-action@v2 \ No newline at end of file