• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

getdozer / dozer / 5890191292
75%
main: 78%

Build:
Build:
LAST BUILD BRANCH: refs/tags/v0.1.39
DEFAULT BRANCH: main
Ran 17 Aug 2023 11:41AM UTC
Jobs 1
Files 395
Run time 12s
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

17 Aug 2023 11:15AM UTC coverage: 74.582% (-1.4%) from 76.025%
5890191292

push

github

web-flow
feat: Introduce MySQL Connector (#1829)

Define and implement a MySQL connector for Dozer. This connector operates similarly to the Postgres connector.

The replication process starts by replicating rows from MySQL tables using a SELECT query.
The next step is using the MySQL CDC protocol (binary log events) for watching live changes to the tables and replicating them in Dozer.

All connector requirements are implemented, including listing tables, columns, schemas, and replication.

The implementation respects the column and table selection such that only the requested columns
are included in the generated schemas and in the replication process; the rest of the columns are ignored.

1098 of 1098 new or added lines in 8 files covered. (100.0%)

46079 of 61783 relevant lines covered (74.58%)

39667.17 hits per line

New Missed Lines in Diff

Lines Coverage ∆ File
3
7.69
-5.94% dozer-ingestion/src/errors.rs
6
37.32
-1.65% dozer-types/src/ingestion_types.rs
7
0.0
dozer-ingestion/src/connectors/mysql/helpers.rs
8
33.83
-14.55% dozer-ingestion/src/connectors/mod.rs
112
0.0
dozer-ingestion/src/connectors/mysql/conversion.rs
242
0.0
dozer-ingestion/src/connectors/mysql/schema.rs
293
0.0
dozer-ingestion/src/connectors/mysql/connector.rs
427
0.0
dozer-ingestion/src/connectors/mysql/binlog.rs

Uncovered Existing Lines

Lines Coverage ∆ File
14
7.69
-5.94% dozer-ingestion/src/errors.rs
23
85.25
-3.73% dozer-sql/src/pipeline/expression/tests/comparison.rs
32
33.83
-14.55% dozer-ingestion/src/connectors/mod.rs
Jobs
ID Job ID Ran Files Coverage
1 5890191292.1 17 Aug 2023 11:41AM UTC 395
74.58
GitHub Action Run
Source Files on build 5890191292
  • Tree
  • List 395
  • Changed 72
  • Source Changed 0
  • Coverage Changed 6
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • 2dcb6e0a on github
  • Prev Build on gh-readonly-queue/main/pr-1847-9f8b95d1d4a199a48b075119800e48efe3482e29 (#5888798292)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc