Skip to content

build(deps): bump github.com/miekg/dns from 1.1.61 to 1.1.62 #974

build(deps): bump github.com/miekg/dns from 1.1.61 to 1.1.62

build(deps): bump github.com/miekg/dns from 1.1.61 to 1.1.62 #974

Workflow file for this run

name: Codecov
on:
push:
pull_request:
jobs:
run:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- name: Set up Go 1.x
uses: actions/setup-go@v5
with:
go-version: ^1.21
- name: Generate coverage report
run: make test
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v4.5.0
with:
fail_ci_if_error: true
token: ${{ secrets.CODECOV_TOKEN }}
file: ./coverage.out