Skip to content

Commit

Permalink
docs updated number of unit tests to 2795
Browse files Browse the repository at this point in the history
  • Loading branch information
silverqx committed Mar 15, 2023
1 parent d64b1ad commit 618a904
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ The following list fastly summarizes all the `TinyORM` features.
- __the `tom` console application with tab completion for all shells (pwsh, bash, zsh)__ 🥳
- scaffolding of models, migrations, and seeders
- impressive models scaffolding, every feature that is supported by models can be generated using the `tom make:model` cli command
- a huge amount of code is unit tested, currently __2793 unit tests__ 🤯
- a huge amount of code is unit tested, currently __2795 unit tests__ 🤯
- C++20 only, with all the latest features used like concepts/constraints, ranges, smart pointers (no `new` keyword in the whole code 😎), folding expressions
- qmake and CMake build systems support
- CMake FetchContent module support 🤙
Expand Down
2 changes: 1 addition & 1 deletion docs/features-summary.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ The following list fastly summarizes all the `TinyORM` features.
- __the `tom` console application with tab completion for all shells (pwsh, bash, zsh)__ 🥳
- scaffolding of models, migrations, and seeders
- impressive models scaffolding, every feature that is supported by models can be generated using the `tom make:model` cli command
- a huge amount of code is unit tested, currently __2793 unit tests__ 🤯
- a huge amount of code is unit tested, currently __2795 unit tests__ 🤯
- C++20 only, with all the latest features used like concepts/constraints, ranges, smart pointers (no `new` keyword in the whole code 😎), folding expressions
- qmake and CMake build systems support
- CMake FetchContent module support 🤙
Expand Down
2 changes: 1 addition & 1 deletion docs/supported-compilers.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ keywords: [c++ orm, supported compilers, supported build systems, tinyorm]

# Supported Compilers

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__ 😮💥.
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 __2795 unit tests__ 😮💥.

<div id="supported-compilers">

Expand Down

0 comments on commit 618a904

Please sign in to comment.