Skip to content

chore(deps): bump codecov/codecov-action from 5.0.0 to 5.0.2 #32

chore(deps): bump codecov/codecov-action from 5.0.0 to 5.0.2

chore(deps): bump codecov/codecov-action from 5.0.0 to 5.0.2 #32

Workflow file for this run

name: Test and coverage
on:
push:
branches:
- main
pull_request:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: '1.22.6'
cache: false
- name: go get
run: go get ./...
- name: Run coverage
run: |
go test -v -race -coverprofile="coverage.out" -covermode=atomic ./...
env:
VAULT_VERSION: latest
# https://github.com/testcontainers/testcontainers-go/issues/1782
TESTCONTAINERS_RYUK_DISABLED: true
- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v5.0.2
with:
token: ${{ secrets.CODECOV_TOKEN }}
slug: FalcoSuessgott/vkv