From b9004a25d045be309dc0557e5606ec461d108157 Mon Sep 17 00:00:00 2001 From: Roman Mogylatov Date: Tue, 4 Jun 2024 23:27:27 -0400 Subject: [PATCH] Remove tracing from the coverage job --- .github/workflows/tests-and-linters.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/tests-and-linters.yml b/.github/workflows/tests-and-linters.yml index af2e4e39..3dd456fc 100644 --- a/.github/workflows/tests-and-linters.yml +++ b/.github/workflows/tests-and-linters.yml @@ -40,7 +40,8 @@ jobs: name: Run tests with coverage runs-on: ubuntu-latest env: - DEPENDENCY_INJECTOR_DEBUG_MODE: 0 # Cython version <3 issue with tracing: "error: no member named 'use_tracing' in 'struct _PyCFrame'" + # Cython's version <3 issue with tracing: "error: no member named 'use_tracing' in 'struct _PyCFrame'" + # DEPENDENCY_INJECTOR_DEBUG_MODE: 1 COVERALLS_REPO_TOKEN: ${{ secrets.COVERALLS_REPO_TOKEN }} GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} steps: