Skip to content

Commit

Permalink
Update codecov action.
Browse files Browse the repository at this point in the history
  • Loading branch information
lars2015 committed Jul 19, 2023
1 parent 4cf4173 commit 5b8904a
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions .github/workflows/codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,16 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: fetch
uses: actions/checkout@master
uses: actions/checkout@v3
- name: install
run: sudo apt-get update ; sudo apt-get install gnuplot libgsl-dev lcov
- name: test
run: cd ./src ; STATIC=0 COV=1 make check ; make check_coverage
- name: make
run: cd ./src ; STATIC=0 COV=1 make
- name: check
run: cd ./src ; STATIC=0 COV=1 make check
- name: coverage
run: cd ./src ; STATIC=0 COV=1 make coverage
- name: upload
uses: codecov/codecov-action@v2
uses: codecov/codecov-action@v3
with:
directory: ./src/

0 comments on commit 5b8904a

Please sign in to comment.