From 210c1676c5e827d9fd57ded8ed24146cf0e47b1d Mon Sep 17 00:00:00 2001 From: Roman Mogylatov Date: Mon, 25 Jan 2021 18:07:17 -0500 Subject: [PATCH] Change coverage job name --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 20a9a3dc..e0b22be1 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -21,7 +21,7 @@ jobs: TOXENV: ${{ matrix.python-version }} test-coverage: - name: Run tests with coverage and report results to Coveralls.io + name: Run tests with coverage runs-on: ubuntu-latest steps: - uses: actions/checkout@v2