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/unit_tests.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/unit_tests.yaml')
-rw-r--r-- | .github/workflows/unit_tests.yaml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.github/workflows/unit_tests.yaml b/.github/workflows/unit_tests.yaml index 4c9e29500d..5724a59b9a 100644 --- a/.github/workflows/unit_tests.yaml +++ b/.github/workflows/unit_tests.yaml @@ -95,6 +95,7 @@ jobs: with: flags: unittests,linux,${{ matrix.concretizer }} token: ${{ secrets.CODECOV_TOKEN }} + verbose: true # Test shell integration shell: runs-on: ubuntu-latest @@ -127,6 +128,7 @@ jobs: with: flags: shelltests,linux token: ${{ secrets.CODECOV_TOKEN }} + verbose: true # Test RHEL8 UBI with platform Python. This job is run # only on PRs modifying core Spack @@ -187,6 +189,7 @@ jobs: with: flags: unittests,linux,clingo token: ${{ secrets.CODECOV_TOKEN }} + verbose: true # Run unit tests on MacOS macos: runs-on: ${{ matrix.os }} @@ -224,3 +227,4 @@ jobs: with: flags: unittests,macos token: ${{ secrets.CODECOV_TOKEN }} + verbose: true |