Skip to content

Commit

Permalink
docs updated number of unit tests to 1422
Browse files Browse the repository at this point in the history
  • Loading branch information
silverqx committed Aug 21, 2022
1 parent 39e1c7f commit ccb8a9d
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 @@ -74,7 +74,7 @@ Whole library is documented as markdown documents:
- the `tom` console application with tab completion for all shells (pwsh, bash, zsh) 🥳
- scaffolding of models, migrations, and seeders
- overhauled 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 __1423 unit tests__ 🤯
- a huge amount of code is unit tested, currently __1422 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 @@ -46,7 +46,7 @@ The following list fastly summarizes all `TinyORM` features.
- the `tom` console application with tab completion for all shells (pwsh, bash, zsh) 🥳
- scaffolding of models, migrations, and seeders
- overhauled 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 __1423 unit tests__ 🤯
- a huge amount of code is unit tested, currently __1422 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
- vcpkg support (also the vcpkg port, currently not committed to the vcpkg repository ☹️)
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 __1423 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 __1422 unit tests__ 😮💥.

<div id="supported-compilers">

Expand Down

0 comments on commit ccb8a9d

Please sign in to comment.