diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 0eb009f..7ea9c87 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -42,4 +42,7 @@ jobs: run: hatch run lint:all - name: Run tests - run: hatch run cov \ No newline at end of file + run: hatch run cov + + - name: Report Coveralls + uses: coverallsapp/github-action@v2 \ No newline at end of file