From 618a9044022632eb6559cb4579e1e91dd0e99330 Mon Sep 17 00:00:00 2001 From: silverqx Date: Wed, 15 Mar 2023 16:40:04 +0100 Subject: [PATCH] docs updated number of unit tests to 2795 --- 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 1fa0e6f8e..f99d272b3 100644 --- a/README.md +++ b/README.md @@ -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 🤙 diff --git a/docs/features-summary.mdx b/docs/features-summary.mdx index 8f032206f..4ed343f51 100644 --- a/docs/features-summary.mdx +++ b/docs/features-summary.mdx @@ -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 🤙 diff --git a/docs/supported-compilers.mdx b/docs/supported-compilers.mdx index fded3b22c..6e9969075 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 __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__ 😮💥.