Skip to content
This repository has been archived by the owner on Dec 3, 2024. It is now read-only.

chore(deps): bump codecov/codecov-action from 4 to 5 (#48) #179

chore(deps): bump codecov/codecov-action from 4 to 5 (#48)

chore(deps): bump codecov/codecov-action from 4 to 5 (#48) #179

Workflow file for this run

name: Test and coverage
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: '1.20'
- name: Run coverage
run: go test -race -coverprofile=coverage.out -covermode=atomic ./...
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v5