From 625d2740b4df4f2de27352aa47043f74b593601d Mon Sep 17 00:00:00 2001 From: Alex Rubinsteyn Date: Wed, 17 Jan 2024 00:17:13 -0500 Subject: [PATCH] publish to coveralls --- .github/workflows/tests.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 976a954..8596cd1 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -50,3 +50,5 @@ jobs: - name: Run unit tests run: | ./test.sh + - name: Publish coverage to Coveralls + uses: coverallsapp/github-action@v2.2.3