Skip to content

fea: add http record for http proxy. #314

fea: add http record for http proxy.

fea: add http record for http proxy. #314

Workflow file for this run

name: Coverage CI
on: [ push, pull_request ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Setup golang
uses: actions/setup-go@v3
with:
go-version: '1.16.x'
- name: Generate coverage report
run: make cover
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v3
with:
files: ./coverage.out
name: codecov
verbose: true