Skip to content

Commit dba6bad

Browse files
committed
docs updated number of unit tests to 2793
1 parent 6e42ab0 commit dba6bad

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
@@ -85,7 +85,7 @@ The following list fastly summarizes all the `TinyORM` features.
8585
- __the `tom` console application with tab completion for all shells (pwsh, bash, zsh)__ 🥳
8686
- scaffolding of models, migrations, and seeders
8787
- impressive models scaffolding, every feature that is supported by models can be generated using the `tom make:model` cli command
88-
- a huge amount of code is unit tested, currently __2729 unit tests__ 🤯
88+
- a huge amount of code is unit tested, currently __2793 unit tests__ 🤯
8989
- C++20 only, with all the latest features used like concepts/constraints, ranges, smart pointers (no `new` keyword in the whole code 😎), folding expressions
9090
- qmake and CMake build systems support
9191
- CMake FetchContent module support 🤙

‎docs/features-summary.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ The following list fastly summarizes all the `TinyORM` features.
4949
- __the `tom` console application with tab completion for all shells (pwsh, bash, zsh)__ 🥳
5050
- scaffolding of models, migrations, and seeders
5151
- impressive models scaffolding, every feature that is supported by models can be generated using the `tom make:model` cli command
52-
- a huge amount of code is unit tested, currently __2729 unit tests__ 🤯
52+
- a huge amount of code is unit tested, currently __2793 unit tests__ 🤯
5353
- C++20 only, with all the latest features used like concepts/constraints, ranges, smart pointers (no `new` keyword in the whole code 😎), folding expressions
5454
- qmake and CMake build systems support
5555
- 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 __2729 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 __2793 unit tests__ 😮💥.
1212

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

0 commit comments

Comments
 (0)