From 9d703f09a1758d60f1833689d457991d075183b7 Mon Sep 17 00:00:00 2001 From: Davorin Rusevljan Date: Mon, 11 Nov 2024 17:59:03 +0000 Subject: [PATCH] playwright coverage WIP(12) --- .github/workflows/pipeline.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pipeline.yaml b/.github/workflows/pipeline.yaml index 19e14d0c..7accd65d 100644 --- a/.github/workflows/pipeline.yaml +++ b/.github/workflows/pipeline.yaml @@ -178,7 +178,7 @@ jobs: - run: pip install coverage[toml] - run: ls -la coverage - - run: coverage combine coverage + - run: coverage combine coverage -i - run: coverage report -i - run: coverage html -i --show-contexts --title "FastAgency coverage for ${{ github.sha }}"