Skip to content

Commit

Permalink
Update coverage ignore list (#178)
Browse files Browse the repository at this point in the history
update coverage ignore list
  • Loading branch information
reugn authored Apr 3, 2024
1 parent 066d258 commit 28cda7b
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .covignore
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
/internal/
/cmd/
/docs/
/modules/
/pkg/model/
/pkg/shared/
/pkg/stdio/
/pkg/service/aerospike_service.go
/pkg/service/backup_.*\.go
/pkg/service/configuration_manager.*\.go
/pkg/service/s3_context.go
1 change: 1 addition & 0 deletions pkg/model/aerospike_cluster_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,7 @@ func TestAerospikeCluster_GetPasswordCaching(t *testing.T) {
passwordAfterCache := cluster.GetPassword()
assert.Equal(t, password, passwordAfterCache)
}

func TestAerospikeCluster_GetPasswordFromCredentials(t *testing.T) {
cluster := &AerospikeCluster{
Credentials: &Credentials{
Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit 28cda7b

Please sign in to comment.