Skip to content

build(deps): bump github/codeql-action from 2 to 3 (#256) #798

build(deps): bump github/codeql-action from 2 to 3 (#256)

build(deps): bump github/codeql-action from 2 to 3 (#256) #798

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.20
- name: Generate coverage report
run: make test
- name: Upload coverage to Codecov
uses: codecov/[email protected]
with:
fail_ci_if_error: true
token: ${{ secrets.CODECOV_TOKEN }}
file: ./coverage.out