Skip to content

build(deps): bump the github-actions group with 4 updates (#123) #113

build(deps): bump the github-actions group with 4 updates (#123)

build(deps): bump the github-actions group with 4 updates (#123) #113

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@a5ac7e51b41094c92402da3b24376905380afc29
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@125fc84a9a348dbcf27191600683ec096ec9021c
with:
token: ${{ secrets.CODECOV_TOKEN }}
file: ./coverage.txt