Skip to content

Fix race when reporting internal cardinality metrics (#257) #164

Fix race when reporting internal cardinality metrics (#257)

Fix race when reporting internal cardinality metrics (#257) #164

Workflow file for this run

name: Test
on:
push:
branches: ['*']
tags: ['v*']
pull_request:
branches: ['*']
jobs:
test:
runs-on: ubuntu-latest
strategy:
matrix:
go: ["stable", "oldstable"]
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Setup Go
uses: actions/setup-go@v5
with:
go-version: ${{ matrix.go }}
- name: Lint
if: matrix.latest
run: make lint
- name: Test
run: make cover
- name: Upload coverage to codecov.io
uses: codecov/codecov-action@v1