Skip to content

chore: Update all non-major dependencies #427

chore: Update all non-major dependencies

chore: Update all non-major dependencies #427

Workflow file for this run

name: Test and coverage
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 2
- uses: actions/setup-go@v4
with:
go-version: '1.19'
- name: Run coverage
run: make init-test && make test-all
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v3
with:
files: ./coverage-unit.out,./coverage-goc.out