Skip to content

updated structure and docs. *no* code changes just cleanup #11

updated structure and docs. *no* code changes just cleanup

updated structure and docs. *no* code changes just cleanup #11

Workflow file for this run

name: CI
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Install dependencies
run: |
sudo apt-get update
sudo apt-get install -y gcc lcov
- name: Build and run tests with coverage
run: |
make coverage
- name: Upload coverage to Coveralls
uses: coverallsapp/github-action@v2
with:
file: bin/coverage.info
format: lcov