Skip to content

build(deps): bump the github-actions group with 2 updates #114

build(deps): bump the github-actions group with 2 updates

build(deps): bump the github-actions group with 2 updates #114

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@692973e3d937129bcbf40652eb9f2f61becf3332
with:
fetch-depth: 0
- uses: actions/setup-go@cdcb36043654635271a94b9a6d1392de5bb323a7
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