rp/op integration test

do not error if OP does not provide a redirect
working, but with debugging
clean up, remove debugging
support go1.15
attempt to fix coverage calculation
This commit is contained in:
David Sharnoff 2022-11-15 13:56:48 -08:00
parent 39852f6021
commit d025ac3ec6
5 changed files with 276 additions and 5 deletions

View file

@ -23,7 +23,7 @@ jobs:
uses: actions/setup-go@v3
with:
go-version: ${{ matrix.go }}
- run: go test -race -v -coverprofile=profile.cov ./pkg/...
- run: go test -race -v -coverprofile=profile.cov -coverpkg=github.com/zitadel/oidc/... ./pkg/...
- uses: codecov/codecov-action@v3.1.1
with:
file: ./profile.cov