Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
vmatsiiako committed Jan 13, 2023
2 parents 6c61aef + f57f3e6 commit 91f1090
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions backend/src/variables/integration.ts
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ const INTEGRATION_OPTIONS = [
name: 'Vercel',
slug: 'vercel',
image: 'Vercel',
isAvailable: false,
isAvailable: true,
type: 'vercel',
clientId: '',
clientSlug: CLIENT_SLUG_VERCEL,
Expand All @@ -57,7 +57,7 @@ const INTEGRATION_OPTIONS = [
name: 'Netlify',
slug: 'netlify',
image: 'Netlify',
isAvailable: false,
isAvailable: true,
type: 'oauth2',
clientId: CLIENT_ID_NETLIFY,
docsLink: ''
Expand All @@ -66,7 +66,7 @@ const INTEGRATION_OPTIONS = [
name: 'GitHub',
slug: 'github',
image: 'GitHub',
isAvailable: false,
isAvailable: true,
type: 'oauth2',
clientId: CLIENT_ID_GITHUB,
docsLink: ''
Expand Down

1 comment on commit 91f1090

@github-actions
Copy link

Choose a reason for hiding this comment

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

Coverage report for backend

St.
Category Percentage Covered / Total
🟡 Statements 74.03% 57/77
🔴 Branches 0% 0/5
🔴 Functions 50% 1/2
🟡 Lines 75% 57/76

Test suite run success

1 tests passing in 1 suite.

Report generated by 🧪jest coverage report action from 91f1090

Please sign in to comment.