Skip to content

extend test coverage #43

extend test coverage

extend test coverage #43

Workflow file for this run

name: Tests
on:
workflow_dispatch:
pull_request:
push:
branches:
- main
jobs:
run-tests:
runs-on: ubuntu-22.04
steps:
- name: checkout
uses: actions/[email protected]
- name: setup go
uses: actions/[email protected]
with:
go-version: 1.22.3
- name: run tests
run: make test
- name: upload coverage reports to Codecov
uses: codecov/[email protected]
with:
token: ${{ secrets.CODECOV_TOKEN }}