Skip to content

GitHub Actions to check test coverage. Thresholds can be set to make actions an error. And you can notify results to Slack.

Notifications You must be signed in to change notification settings

hiwayapp/actions-go-test-coverage-checker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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"

About

GitHub Actions to check test coverage. Thresholds can be set to make actions an error. And you can notify results to Slack.

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published