From 40361b905693ce09f39614ffa529561b681b75e9 Mon Sep 17 00:00:00 2001 From: Alban Bailly Date: Tue, 10 Oct 2023 10:09:46 -0400 Subject: [PATCH] Fake report for now --- .github/workflows/coverage_test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/coverage_test.yml b/.github/workflows/coverage_test.yml index 8f5ecb3c9ee..a924c72faa4 100644 --- a/.github/workflows/coverage_test.yml +++ b/.github/workflows/coverage_test.yml @@ -7,8 +7,8 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v3 - with: - ref: ${{ github.base_ref }} # The base branch of the PR (develop) + # with: + # ref: ${{ github.base_ref }} # The base branch of the PR (develop) - name: Use Node.js v18.14.0 uses: actions/setup-node@v3 with: