Skip to content

Commit

Permalink
codecov might be needed in the comment
Browse files Browse the repository at this point in the history
  • Loading branch information
viktree committed Feb 14, 2024
1 parent 7eb4535 commit da4f3a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/microservice/gcloud-pub-sub.server.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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 */

Check warning on line 6 in src/microservice/gcloud-pub-sub.server.ts

View check run for this annotation

Codecov / codecov/patch

src/microservice/gcloud-pub-sub.server.ts#L6

Added line #L6 was not covered by tests
export class GCloudPubSubServer extends Server implements CustomTransportStrategy {
public client: PubSub = null
public subscriptions: Subscription[] = []
Expand Down

0 comments on commit da4f3a7

Please sign in to comment.