Skip to content

build(deps): bump actions/checkout from 4.1.7 to 4.2.0 in the github-actions group #124

build(deps): bump actions/checkout from 4.1.7 to 4.2.0 in the github-actions group

build(deps): bump actions/checkout from 4.1.7 to 4.2.0 in the github-actions group #124

Workflow file for this run

name: Test
permissions:
contents: read
on:
push:
branches:
- main
pull_request: {}
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938
with:
fetch-depth: 0
- uses: actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32
with:
go-version: 1.21.x
- name: test
run: make cover
- name: Upload coverage
uses: codecov/codecov-action@e28ff129e5465c2c0dcc6f003fc735cb6ae0c673
with:
token: ${{ secrets.CODECOV_TOKEN }}
file: ./coverage.txt