Skip to content

chore(deps): bump github.com/getsentry/sentry-go from 0.36.0 to 0.36.1 #3666

chore(deps): bump github.com/getsentry/sentry-go from 0.36.0 to 0.36.1

chore(deps): bump github.com/getsentry/sentry-go from 0.36.0 to 0.36.1 #3666

Workflow file for this run

name: CodeCov Coverage
permissions:
contents: read
on:
push:
pull_request:
merge_group:
jobs:
build:
runs-on: ubuntu-latest
steps:
# Checkout should always be before setup-go to ensure caching is working
- uses: actions/checkout@v5
with:
fetch-depth: 2
- uses: actions/setup-go@v6
with:
go-version: stable
- name: Run coverage
run: go test -coverprofile=coverage.out -covermode=count ./...
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v5