Skip to content

Add Tarpaulin installation step to GitHub workflow #50

Add Tarpaulin installation step to GitHub workflow

Add Tarpaulin installation step to GitHub workflow #50

Workflow file for this run

name: Continuous Integration
on:
workflow_dispatch:
pull_request:
branches:
- main
push:
branches:
- coverage
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true
jobs:
build_and_test:
uses: ./.github/workflows/test.yml