.github/workflows/coverage.yml: Fix broken task name

This commit is contained in:
Sebastian Pipping 2021-05-07 15:07:55 +02:00
parent 7938b88c9b
commit 1a01ba37f0

View file

@ -69,7 +69,7 @@ jobs:
- name: Unshallow Git clone
run: |
git fetch --tags --unshallow origin # for "git describe" in coverage.sh
- name: Perform check "${{ matrix.MODE }}"
- name: Collect test coverage
env:
MODE: coverage-sh
TRAVIS_OS_NAME: linux