Skip to content

Commit

Permalink
Update workflow.
Browse files Browse the repository at this point in the history
  • Loading branch information
lars2015 committed Feb 5, 2025
1 parent f64d3b0 commit 08e86a0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ jobs:
run: sudo apt-get update ; sudo apt-get install gnuplot lcov libgsl-dev libnetcdf-dev libhdf5-dev
- name: make
run: cd ./src ; STATIC=0 COV=1 make
- name: check
- name: make check
run: cd ./src ; STATIC=0 COV=1 make check
- name: coverage
- name: make coverage
run: cd ./src ; STATIC=0 COV=1 make coverage
- name: upload
uses: codecov/codecov-action@v5
Expand Down

0 comments on commit 08e86a0

Please sign in to comment.