From 10cde1d8011f4c4744a6f0af13a649686757296c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Beno=C3=AEt=20Lebruman?= Date: Thu, 9 Dec 2021 22:04:57 +0100 Subject: [PATCH] correct workflow --- .github/workflows/pull.yml | 2 +- .github/workflows/push.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/pull.yml b/.github/workflows/pull.yml index d895c86..f7fa7db 100644 --- a/.github/workflows/pull.yml +++ b/.github/workflows/pull.yml @@ -49,7 +49,7 @@ jobs: --timeout=9 \ --durations=10 \ -n auto \ - --cov custom_components.integration_blueprint \ + --cov custom_components.hottoh \ -o console_output_style=count \ -p no:sugar \ tests diff --git a/.github/workflows/push.yml b/.github/workflows/push.yml index d0ff7bf..fbad15e 100644 --- a/.github/workflows/push.yml +++ b/.github/workflows/push.yml @@ -52,7 +52,7 @@ jobs: --timeout=9 \ --durations=10 \ -n auto \ - --cov custom_components.integration_blueprint \ + --cov custom_components.hottoh \ -o console_output_style=count \ -p no:sugar \ - tests \ No newline at end of file + tests