Skip to content

test: add e2e test setup for GCP provider #908

test: add e2e test setup for GCP provider

test: add e2e test setup for GCP provider #908

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@0080882f6c36860b6ba35c610c98ce87d4e2f26f # v2.10.2
with:
egress-policy: audit
- uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.0.0
- uses: actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # v5.2.0
with:
go-version: "^1.20"
- name: Run tests
run: make go-test
- uses: codecov/codecov-action@7f8b4b4bde536c465e797be725718b88c5d95e0e
with:
files: ./cover.out