Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Move brain modules into subdirs #871

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open

Conversation

brian-lou
Copy link
Member

No description provided.

Copy link

codecov bot commented Oct 9, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 89.31%. Comparing base (b62ed5a) to head (64500b5).

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #871      +/-   ##
==========================================
- Coverage   89.33%   89.31%   -0.03%     
==========================================
  Files         126      126              
  Lines        3686     3686              
  Branches      746      762      +16     
==========================================
- Hits         3293     3292       -1     
+ Misses        381      362      -19     
- Partials       12       32      +20     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

import { githubMetrics } from '@/brain/github/githubMetrics';
import { issueLabelHandler } from '@/brain/github/issueLabelHandler';
import { issueNotifier } from '@/brain/github/issueNotifier';
import { pleaseDeployNotifier } from '@/brain/github/pleaseDeployNotifier';
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is a bit of a weird one since it fits into both github and gocd, though I do think it fits better in the former as you have it. Any thoughts?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants