Skip to content

Commit

Permalink
indent fix 1
Browse files Browse the repository at this point in the history
  • Loading branch information
shreyakhajanchi committed Dec 9, 2024
1 parent ccb8d9c commit cbf9644
Showing 1 changed file with 26 additions and 26 deletions.
52 changes: 26 additions & 26 deletions .github/codecov.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
comment:
layout: 'header, diff, components, files'
layout: "header, diff, components, files"
coverage:
status:
project:
Expand All @@ -15,26 +15,26 @@ component_management:
name: backend-apis
paths:
- webv2/**
- '!webv2/webCmd.go'
- "!webv2/webCmd.go"
statuses:
- type: project
informational: true
- component_id: backend-library
name: backend-library
paths:
- '!webv2/**'
- '!ui/**'
- '!cmd/**'
- '!sources/dynamodb/**'
- '!sources/oracle/**'
- '!sources/sqlserver/**'
- '!sources/csv/**'
- '!common/metrics/**'
- '!testing/**'
- '!performance/**'
- '!proto/**'
- '!reverse_replication/**'
- '!streaming/**'
- "!webv2/**"
- "!ui/**"
- "!cmd/**"
- "!sources/dynamodb/**"
- "!sources/oracle/**"
- "!sources/sqlserver/**"
- "!sources/csv/**"
- "!common/metrics/**"
- "!testing/**"
- "!performance/**"
- "!proto/**"
- "!reverse_replication/**"
- "!streaming/**"
statuses:
- type: project
informational: true
Expand All @@ -50,21 +50,21 @@ component_management:
name: frontend
paths:
- ui/**
- '!ui/src/app/components/connection-profile-form/**'
- '!ui/src/app/components/dataflow-form/**'
- '!ui/src/app/components/end-migration/**'
- '!ui/src/app/components/equivalent-gcloud-command/**'
- '!ui/src/app/components/prepare-migration/**'
- '!ui/src/app/components/sharded-bulk-source-details-form/**'
- '!ui/src/app/components/sharded-dataflow-migration-details-form/**'
- '!ui/src/app/components/target-details-form/**'
- '!ui/src/app/components/tune-datastream-form/**'
- '!ui/src/app/components/tune-gcs-form/**'
- "!ui/src/app/components/connection-profile-form/**"
- "!ui/src/app/components/dataflow-form/**"
- "!ui/src/app/components/end-migration/**"
- "!ui/src/app/components/equivalent-gcloud-command/**"
- "!ui/src/app/components/prepare-migration/**"
- "!ui/src/app/components/sharded-bulk-source-details-form/**"
- "!ui/src/app/components/sharded-dataflow-migration-details-form/**"
- "!ui/src/app/components/target-details-form/**"
- "!ui/src/app/components/tune-datastream-form/**"
- "!ui/src/app/components/tune-gcs-form/**"
statuses:
- type: project
informational: true
ignore:
- .docker
- .github
- docs
- '**/mocks.go'
- "**/mocks.go"

0 comments on commit cbf9644

Please sign in to comment.