Skip to content

Latest commit

 

History

History
19 lines (16 loc) · 580 Bytes

File metadata and controls

19 lines (16 loc) · 580 Bytes

Go test coverage checker

2023-02-12_17 20 41

Example workflow

    steps:
      - uses: actions/checkout@v3
      - uses: actions/setup-go@v3
        with:
          go-version: '1.19'
      - name: Go test and check coverage
        uses: hiwayapp/[email protected]
        with:
          threshold: 60
          logLevel: "info"
          slackWebhookUrl: "https://hooks.slack.com/services/hoge/fuga/abcd"