From b5439c08840ff389fe29149de41dd46bf4ced165 Mon Sep 17 00:00:00 2001 From: Hynek Schlawack Date: Mon, 24 Jul 2023 11:04:26 +0200 Subject: [PATCH] Add better name for coverage --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d386e24..8710e19 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -77,6 +77,7 @@ jobs: -e mypy-api coverage: + name: Ensure 100% test coverage runs-on: ubuntu-latest needs: tests if: always()