Skip to content

make install and uninstall more generic #50

make install and uninstall more generic

make install and uninstall more generic #50

Workflow file for this run

name: code coverage
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v2
- name: make coverage
run: make coverage
- name: print coverage
run: bash ./tests/coverage.sh