Skip to content

chore: bump codecov/codecov-action from 4.2.0 to 4.3.0 #443

chore: bump codecov/codecov-action from 4.2.0 to 4.3.0

chore: bump codecov/codecov-action from 4.2.0 to 4.3.0 #443

Workflow file for this run

name: Codecov
on:
push:
branches:
- main
pull_request:
branches:
- main
permissions: read-all
jobs:
codecov:
runs-on: ubuntu-latest
steps:
- name: Harden Runner
uses: step-security/harden-runner@eb238b55efaa70779f274895e782ed17c84f2895 # v2.6.1
with:
egress-policy: audit
- uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.0.0
- uses: actions/setup-go@fac708d6674e30b6ba41289acaab6d4b75aa0753 # v4.0.1
with:
go-version: "^1.20"
- name: Run tests
run: make go-test
- uses: codecov/codecov-action@84508663e988701840491b86de86b666e8a86bed
with:
files: ./cover.out