Skip to content

build(deps): bump coverallsapp/github-action from 2.3.0 to 2.3.1 (#3271) #1272

build(deps): bump coverallsapp/github-action from 2.3.0 to 2.3.1 (#3271)

build(deps): bump coverallsapp/github-action from 2.3.0 to 2.3.1 (#3271) #1272

Workflow file for this run

name: master
on:
push:
branches:
- master
permissions: {}
env:
TESTCONTAINERS_RYUK_DISABLED: true
jobs:
tests:
runs-on: ubuntu-latest
permissions:
contents: read
steps:
- uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871
- uses: actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32
with:
# https://www.npmjs.com/package/semver#caret-ranges-123-025-004
go-version: "^1.21"
check-latest: true
- run: go version
- run: make deps
- run: make check-fmt
- run: make vet
- run: make staticcheck
- run: make check-race
- run: make osv-scanner
- run: make govulncheck
- run: make capslock
- run: make coverprofile
- name: Convert coverage to lcov
uses: jandelgado/gcov2lcov-action@69ef3d59a24cc6e062516a73d8be123e85b15cc0
- name: Coveralls
uses: coverallsapp/github-action@1134c89e4bf10443bf8f0ec69640b667cfd91041
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
path-to-lcov: coverage.lcov