Skip to content

Commit

Permalink
Increase codecov-action verbosity.
Browse files Browse the repository at this point in the history
  • Loading branch information
Algiane committed Apr 10, 2024
1 parent c6a3a31 commit 9a817ab
Showing 1 changed file with 9 additions and 6 deletions.
15 changes: 9 additions & 6 deletions .github/workflows/main-job.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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 }}

0 comments on commit 9a817ab

Please sign in to comment.