Skip to content

fix absent backup metric #62

fix absent backup metric

fix absent backup metric #62

Workflow file for this run

name: go-test
on:
push:
branches:
- "!main"
workflow_call:
pull_request:
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Check out code
uses: actions/checkout@v4
with:
submodules: true
- name: Run tests
run: make test
env:
TEST_PARAM: "-coverprofile=coverage.out -covermode=atomic"
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v4
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}