diff options
author | Harmen Stoppels <me@harmenstoppels.nl> | 2024-03-27 09:15:34 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-03-27 09:15:34 +0100 |
commit | e145baf619a09a908973f69999b2a361ebef9325 (patch) | |
tree | 3bee41a5d13c21f14d35ccb70bf797d4bf6defca /.github/workflows/audit.yaml | |
parent | 6c912b30a2b7c3cc13878ca7ab385d88636f239b (diff) | |
download | spack-e145baf619a09a908973f69999b2a361ebef9325.tar.gz spack-e145baf619a09a908973f69999b2a361ebef9325.tar.bz2 spack-e145baf619a09a908973f69999b2a361ebef9325.tar.xz spack-e145baf619a09a908973f69999b2a361ebef9325.zip |
codecov: verbose: true (#43388)
Diffstat (limited to '.github/workflows/audit.yaml')
-rw-r--r-- | .github/workflows/audit.yaml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/audit.yaml b/.github/workflows/audit.yaml index eb5e110313..c4ea3571f8 100644 --- a/.github/workflows/audit.yaml +++ b/.github/workflows/audit.yaml @@ -48,3 +48,4 @@ jobs: with: flags: unittests,audits token: ${{ secrets.CODECOV_TOKEN }} + verbose: true |