From 4b6e613694346f3014184954965ec767ad4f560e Mon Sep 17 00:00:00 2001 From: silverqx Date: Sat, 15 Jul 2023 15:36:09 +0200 Subject: [PATCH] docs updated number of unit tests to 3261 --- README.md | 2 +- docs/features-summary.mdx | 2 +- docs/supported-compilers.mdx | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 8eb2e659b..512558ace 100644 --- a/README.md +++ b/README.md @@ -90,7 +90,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 __2796 unit tests__ 🤯 +- a huge amount of code is unit tested, currently __3261 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 🤙 diff --git a/docs/features-summary.mdx b/docs/features-summary.mdx index 3a11e5cee..9d69079c5 100644 --- a/docs/features-summary.mdx +++ b/docs/features-summary.mdx @@ -51,7 +51,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 __2796 unit tests__ 🤯 +- a huge amount of code is unit tested, currently __3261 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 🤙 diff --git a/docs/supported-compilers.mdx b/docs/supported-compilers.mdx index 5f505c9ab..f30a0335c 100644 --- a/docs/supported-compilers.mdx +++ b/docs/supported-compilers.mdx @@ -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 __2796 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 __3261 unit tests__ 😮💥.