Skip to content

Commit

Permalink
trying to fix code coverage workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
mdorier committed Apr 10, 2024
1 parent a11fb49 commit 1e8c605
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,12 +36,10 @@ jobs:
- name: Build code and run unit tests
run: |
spack env activate -d tests
eval `spack env activate --sh tests`
./prepare.sh
./configure --enable-coverage --prefix=`pwd`
eval `spack env activate --sh tests` &&
./prepare.sh &&
./configure --enable-coverage --prefix=`pwd` &&
make check
make clean
- uses: codecov/codecov-action@v3
with:
Expand Down

0 comments on commit 1e8c605

Please sign in to comment.