build: ci should have higher igor verbosity
diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml
index 8833aa1..ae672ba 100644
--- a/.github/workflows/coverage.yml
+++ b/.github/workflows/coverage.yml
@@ -18,7 +18,7 @@
env:
PIP_DISABLE_PIP_VERSION_CHECK: 1
- COVERAGE_IGOR_VERBOSE: 1
+ COVERAGE_IGOR_VERBOSE: 2
FORCE_COLOR: 1 # Get colored pytest output
permissions:
diff --git a/.github/workflows/python-nightly.yml b/.github/workflows/python-nightly.yml
index ce07e70..451ab43 100644
--- a/.github/workflows/python-nightly.yml
+++ b/.github/workflows/python-nightly.yml
@@ -20,7 +20,7 @@
env:
PIP_DISABLE_PIP_VERSION_CHECK: 1
- COVERAGE_IGOR_VERBOSE: 1
+ COVERAGE_IGOR_VERBOSE: 2
permissions:
contents: read
diff --git a/.github/workflows/testsuite.yml b/.github/workflows/testsuite.yml
index 21fde66..e2b2bd5 100644
--- a/.github/workflows/testsuite.yml
+++ b/.github/workflows/testsuite.yml
@@ -17,7 +17,7 @@
env:
PIP_DISABLE_PIP_VERSION_CHECK: 1
- COVERAGE_IGOR_VERBOSE: 1
+ COVERAGE_IGOR_VERBOSE: 2
FORCE_COLOR: 1 # Get colored pytest output
permissions: