Skip to content

Update README.md

Update README.md #56

Workflow file for this run

name: codecov
on: [push, pull_request]
jobs:
run:
runs-on: ubuntu-latest
steps:
- name: fetch
uses: actions/checkout@master
- 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: upload
uses: codecov/codecov-action@v2
with:
directory: ./src/