Skip to content

Commit 4b6e613

Browse files
committed
docs updated number of unit tests to 3261
1 parent adbfa4c commit 4b6e613

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

โ€ŽREADME.mdโ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ The following list fastly summarizes all the `TinyORM` features.
9090
- __the `tom` console application with tab completion for all shells (pwsh, bash, zsh)__ ๐Ÿฅณ
9191
- scaffolding of models, migrations, and seeders
9292
- impressive models scaffolding, every feature that is supported by models can be generated using the `tom make:model` cli command
93-
- a huge amount of code is unit tested, currently __2796 unit tests__ ๐Ÿคฏ
93+
- a huge amount of code is unit tested, currently __3261 unit tests__ ๐Ÿคฏ
9494
- C++20 only, with all the latest features used like concepts/constraints, ranges, smart pointers (no `new` keyword in the whole code ๐Ÿ˜Ž), folding expressions
9595
- qmake and CMake build systems support
9696
- CMake FetchContent module support ๐Ÿค™

โ€Ždocs/features-summary.mdxโ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ The following list fastly summarizes all the `TinyORM` features.
5151
- __the `tom` console application with tab completion for all shells (pwsh, bash, zsh)__ ๐Ÿฅณ
5252
- scaffolding of models, migrations, and seeders
5353
- impressive models scaffolding, every feature that is supported by models can be generated using the `tom make:model` cli command
54-
- a huge amount of code is unit tested, currently __2796 unit tests__ ๐Ÿคฏ
54+
- a huge amount of code is unit tested, currently __3261 unit tests__ ๐Ÿคฏ
5555
- C++20 only, with all the latest features used like concepts/constraints, ranges, smart pointers (no `new` keyword in the whole code ๐Ÿ˜Ž), folding expressions
5656
- qmake and CMake build systems support
5757
- CMake FetchContent module support ๐Ÿค™

โ€Ždocs/supported-compilers.mdxโ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ keywords: [c++ orm, supported compilers, supported build systems, tinyorm]
88

99
# Supported Compilers
1010

11-
Following compilers are backed up by the GitHub Action [workflows](https://github.com/silverqx/TinyORM/tree/main/.github/workflows) (CI pipelines), these workflows also include more then __2796 unit tests__ ๐Ÿ˜ฎ๐Ÿ’ฅ.
11+
Following compilers are backed up by the GitHub Action [workflows](https://github.com/silverqx/TinyORM/tree/main/.github/workflows) (CI pipelines), these workflows also include more then __3261 unit tests__ ๐Ÿ˜ฎ๐Ÿ’ฅ.
1212

1313
<div id="supported-compilers">
1414

0 commit comments

Comments
ย (0)