From 6336a590ccd53327c9e3ec06e8261f6fe19b889c Mon Sep 17 00:00:00 2001 From: Viktor Alenkov Date: Tue, 14 Nov 2023 14:04:42 +0300 Subject: [PATCH] 1. fixed coverage report --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 731ddc2..d70b19f 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -34,7 +34,7 @@ jobs: uses: codecov/codecov-action@v3 with: token: ${{ secrets.CODECOV_TOKEN }} - files: ./.coverage.out + files: ./.coverage-ginkgo.out test-matrix: runs-on: ubuntu-latest