From ad524e510601cd88929c937fd8d91590a429e709 Mon Sep 17 00:00:00 2001 From: Mikhail Uvarov Date: Thu, 9 May 2024 22:17:13 +0200 Subject: [PATCH] Debug tests --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f452c10a..84087331 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -22,7 +22,7 @@ jobs: - name: Compile run: rebar3 as test compile - name: Run tests - run: rebar3 cover_tests + run: VERBOSE=1 rebar3 cover_tests - name: Send test coverage report run: rebar3 as test codecov analyze - name: Upload coverage reports to Codecov