Skip to content

Commit

Permalink
Ignore coverage here
Browse files Browse the repository at this point in the history
  • Loading branch information
dcadenas committed Feb 22, 2024
1 parent 1bfcc88 commit 10abac4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/slackNotifier.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ import fetch from "node-fetch";
import config from "../config/index.js";
import logger from "./logger.js";

/* istanbul ignore next */
export default async function fetchAndSendLatestEntries(repo) {
if (!config.slackWebhookUrl) {
logger.info("No Slack webhook URL provided. Skipping sending to Slack.");
Expand Down

0 comments on commit 10abac4

Please sign in to comment.