Skip to content

feat(poller,log): new poller implementation, simplify "components/fd" log poller, towards removing shared dmesg poller, create a shared table for all event history (incremental changes) #38

feat(poller,log): new poller implementation, simplify "components/fd" log poller, towards removing shared dmesg poller, create a shared table for all event history (incremental changes)

feat(poller,log): new poller implementation, simplify "components/fd" log poller, towards removing shared dmesg poller, create a shared table for all event history (incremental changes) #38

name: CI and Codecov Coverage
on:
push:
branches:
- main
pull_request:
jobs:
test-and-coverage:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Set up Go
uses: actions/setup-go@v4
with:
cache: false
go-version-file: go.mod
- name: Run tests with coverage
run: |
./scripts/test-coverage-upload.sh
- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v5
with:
token: ${{ secrets.CODECOV_TOKEN }}