Skip to content

Merge pull request #134 from stuartwdouglas/ephemerial-pool #135

Merge pull request #134 from stuartwdouglas/ephemerial-pool

Merge pull request #134 from stuartwdouglas/ephemerial-pool #135

Workflow file for this run

name: Codecov report on push to the "main" branch
on:
push:
branches: [ main ]
jobs:
coverage:
name: Unit tests and coverage report
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
- uses: actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 # v5
with:
go-version-file: './go.mod'
- name: Build
run: make build
- name: Run tests
run: make test
- name: Codecov
uses: codecov/codecov-action@e0b68c6749509c5f83f984dd99a76a1c1a231044 # v4