From 9a817abe8798b6662b2b5474f65c27bea79a9cff Mon Sep 17 00:00:00 2001 From: Algiane Froehly Date: Wed, 10 Apr 2024 20:28:49 +0200 Subject: [PATCH] Increase codecov-action verbosity. --- .github/workflows/main-job.yml | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/.github/workflows/main-job.yml b/.github/workflows/main-job.yml index b16f5a0fd..d78e06622 100644 --- a/.github/workflows/main-job.yml +++ b/.github/workflows/main-job.yml @@ -332,12 +332,12 @@ jobs: run: | cmake --build build --target install --config ${{ env.BUILD_TYPE }} -j ${{ env.NJOBS }} - - name: Archive production artifacts - uses: actions/upload-artifact@v3 - with: - name: Mmg-bin - path: | - build/bin + #- name: Archive production artifacts + # uses: actions/upload-artifact@v3 + # with: + # name: Mmg-bin + # path: | + # build/bin - name: Test Mmg with in32_t integers # Run long tests only with vtk off and int32_t integers @@ -372,5 +372,8 @@ jobs: uses: codecov/codecov-action@v4 with: fail_ci_if_error: true + token: ${{ secrets.CODECOV_TOKEN }} + root_dir: . + verbose: true env: CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}