Skip to content

Add coverage target and helper script #205

Add coverage target and helper script

Add coverage target and helper script #205

Workflow file for this run

name: Build libmodbus
on:
push:
branches: ["master"]
pull_request:
branches: ["master"]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6.0.1
- name: configure
run: ./autogen.sh && ./configure
- name: make
run: make
- name: make distcheck
run: make distcheck