Skip to content

Commit a0235fb

Browse files
committed
fix(tests): remove examples from coverage
trigger ci.
1 parent 33a523d commit a0235fb

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.testcoverage.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ override:
3838
exclude:
3939
# Exclude files or packages matching their paths
4040
paths:
41+
- ^examples
4142
- \.pb\.go$ # excludes all protobuf generated files
4243
- ^pkg/bar # exclude package `pkg/bar`
4344

identity/providers_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ func TestConstants(t *testing.T) {
1818
{
1919
name: "UserAssignedObjectID",
2020
got: UserAssignedObjectID,
21-
expected: "UserAssigned",
21+
expected: "UserAssignedObjectID",
2222
},
2323
{
2424
name: "ClientSecretCredentialType",

0 commit comments

Comments
 (0)