We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 33a523d commit a0235fbCopy full SHA for a0235fb
.testcoverage.yml
@@ -38,6 +38,7 @@ override:
38
exclude:
39
# Exclude files or packages matching their paths
40
paths:
41
+ - ^examples
42
- \.pb\.go$ # excludes all protobuf generated files
43
- ^pkg/bar # exclude package `pkg/bar`
44
identity/providers_test.go
@@ -18,7 +18,7 @@ func TestConstants(t *testing.T) {
18
{
19
name: "UserAssignedObjectID",
20
got: UserAssignedObjectID,
21
- expected: "UserAssigned",
+ expected: "UserAssignedObjectID",
22
},
23
24
name: "ClientSecretCredentialType",
0 commit comments