Skip to content

fix panic error check when internal adapter is unreachable. #7

fix panic error check when internal adapter is unreachable.

fix panic error check when internal adapter is unreachable. #7

Workflow file for this run

name: CI Job
on: [push]
jobs:
run_tests:
runs-on: ubuntu-latest
name: A job to run in docker container
steps:
- name: Run action step
uses: actions/checkout@v3
- name: Run test and save coverage profile
run: go test -v -cover -coverprofile=coverage.txt -covermode=atomic ./...
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v3
with:
files: ./coverage.txt