Skip to content

build(deps): bump io.grpc:grpc-stub in /sdk/java/grpc #7088

build(deps): bump io.grpc:grpc-stub in /sdk/java/grpc

build(deps): bump io.grpc:grpc-stub in /sdk/java/grpc #7088

Workflow file for this run

name: Coverage
on:
push:
pull_request:
workflow_dispatch:
permissions:
contents: read
jobs:
test:
name: Test with Coverage
runs-on: ubuntu-latest
steps:
- name: Harden Runner
uses: step-security/harden-runner@df199fb7be9f65074067a9eb93f12bb4c5547cf2 # v2.13.3
with:
egress-policy: audit
- name: Check out code
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
- name: Set up Go
uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.4.0
with:
go-version: '1.25.7'
- name: tests
run: make test
- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@5a1091511ad55cbe89839c7260b706298ca349f7 # v5.5.1
with:
token: ${{ secrets.CODECOV_TOKEN }}
slug: Permify/permify