Skip to content

chore: add development docker compose file #465

chore: add development docker compose file

chore: add development docker compose file #465

Workflow file for this run

name: Test and coverage
on:
push:
tags:
- v*
branches:
- master
- main
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.20'
- 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