Skip to content

adding changes to disable automatic bind throttle #89

adding changes to disable automatic bind throttle

adding changes to disable automatic bind throttle #89

Workflow file for this run

name: allCov
on:
workflow_dispatch:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
odbTest:
runs-on: ubuntu-latest
services:
mysql:
image: mysql
env:
MYSQL_ROOT_PASSWORD: 1-testDb
MYSQL_DATABASE: heratestdb
ports:
- 3306:3306
steps:
- uses: actions/checkout@v3
- name: Baseline for later scripted manual setup of go1.20
uses: actions/setup-go@v4
with:
go-version: 1.19
- name: allCovSh
run: tests/unittest/allcover.sh
- uses: actions/upload-artifact@v3
with:
name: coverage web page
path: /home/runner/go/allcover.htm