Skip to content

ci: enable go-acc on default branch

Administrator requested to merge master-dry-run/goacc into master

Created by: unknwon

Uses github.com/ory/go-acc to calculate accurate code coverage that counts for integration tests on default branch. Because it takes 4x times of simple go test ./... (>8m vs ~2m), running it on every PR is not worth.

Fixes #11781

Merge request reports

Loading