Change coverage job name

This commit is contained in:
Roman Mogylatov 2021-01-25 18:07:17 -05:00
parent 72b397318d
commit 210c1676c5

View File

@ -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