Skip to content

Merge pull request #1168 from RedHatInsights/repo-sync/processing-too… #2386

Merge pull request #1168 from RedHatInsights/repo-sync/processing-too…

Merge pull request #1168 from RedHatInsights/repo-sync/processing-too… #2386

Workflow file for this run

# This workflow is synced from RedHatInsights/processing-tools automatically; do not edit in downstream repos.
name: Go tests
on:
pull_request:
push:
branches: [main, master]
jobs:
gotests:
uses: RedHatInsights/processing-tools/.github/workflows/gotests.yaml@v0.4.4
with:
coverage_threshold: 69
secrets:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}