From 828b66e4f49a0d76f2c4d6573e455a8bb1eb1e51 Mon Sep 17 00:00:00 2001 From: James McKinney <26463+jpmckinney@users.noreply.github.com> Date: Wed, 4 Oct 2023 00:51:23 -0400 Subject: [PATCH] ci: Install coveralls package --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4292666..eb3da17 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -18,7 +18,7 @@ jobs: python-version: ${{ matrix.python-version }} cache: pip cache-dependency-path: setup.py - - run: pip install .[test] + - run: pip install .[test] coveralls - run: pytest --cov leather - env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}