Skip to content

Bump github.com/onsi/ginkgo/v2 from 2.22.0 to 2.22.1 #2217

Bump github.com/onsi/ginkgo/v2 from 2.22.0 to 2.22.1

Bump github.com/onsi/ginkgo/v2 from 2.22.0 to 2.22.1 #2217

Workflow file for this run

name: CI
on:
push:
branches: ["main"]
pull_request:
branches: ["main"]
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: "1.23.4"
- name: Install pcap
run: sudo apt-get install libpcap-dev
- name: Run coverage
run: make test
- name: Codecov
uses: codecov/codecov-action@v4
with:
files: ./coverage_tdengine.out,./coverage.out
name: codecov-shifu
fail_ci_if_error: false
token: ${{ secrets.CODECOV_TOKEN }} # required
verbose: true