From da4f3a74f733b12b618d4532a4153373e587bb67 Mon Sep 17 00:00:00 2001 From: Vikram Venkataranan <14256527+viktree@users.noreply.github.com> Date: Wed, 14 Feb 2024 16:27:57 -0500 Subject: [PATCH] codecov might be needed in the comment --- src/microservice/gcloud-pub-sub.server.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/microservice/gcloud-pub-sub.server.ts b/src/microservice/gcloud-pub-sub.server.ts index c8abd42..01afeb4 100644 --- a/src/microservice/gcloud-pub-sub.server.ts +++ b/src/microservice/gcloud-pub-sub.server.ts @@ -3,7 +3,7 @@ import { Server, CustomTransportStrategy } from '@nestjs/microservices' import { GCloudPubSubServerOptions } from '../interfaces/gcloud-pub-sub.interface' import { MESSAGE, ERROR, PUB_SUB_DEFAULT_RETRY_CODES } from '../helpers/constants' -/* istanbul ignore next */ +/* istanbul ignore next #codecov ignore */ export class GCloudPubSubServer extends Server implements CustomTransportStrategy { public client: PubSub = null public subscriptions: Subscription[] = []