ci: enable go-acc on default branch
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