From 1671b8e35d191fc1ef95651197119fd0cd2c81e3 Mon Sep 17 00:00:00 2001 From: Brian Lalonde Date: Mon, 26 Feb 2024 20:54:45 -0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20Update=20readme?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- PS5/README.md | 2 +- README.md | 4 ++-- docs/index.md | 2 +- syscfg/README.md | 2 +- test/README.md | 8 ++++---- 5 files changed, 9 insertions(+), 9 deletions(-) diff --git a/PS5/README.md b/PS5/README.md index 421f8a8..f7fc0d9 100644 --- a/PS5/README.md +++ b/PS5/README.md @@ -14,4 +14,4 @@ or have dependencies that are no longer available in PowerShell 6+. - **[Enable-Certificate.ps1](Enable-Certificate.ps1)**: Unsets the Archived property on a certificate. - **[Export-Fake4TargetsGraph.ps1](Export-Fake4TargetsGraph.ps1)**: Exports a graph of a Fake4 build script's targets. - + diff --git a/README.md b/README.md index c39154e..8590528 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ Useful General-Purpose Scripts [![Pester tests status](https://github.com/brianary/scripts/actions/workflows/pester.yml/badge.svg)][pester.yml] [![Pester tests results](https://gist.githubusercontent.com/brianary/4642e5c804aa1b40738def5a7c03607a/raw/badge.svg)][pester.yml] -[![Pester tests coverage](https://img.shields.io/badge/Pester_coverage-3037_%E2%80%B1-orange +[![Pester tests coverage](https://img.shields.io/badge/Pester_coverage-3070_%E2%80%B1-orange red)](https://github.com/brianary/scripts/tree/main/test) [![GitHub license badge](https://badgen.net/github/license/brianary/Scripts?icon=github)](https://mit-license.org/ "MIT License") [![GitHub stars badge](https://badgen.net/github/stars/brianary/Scripts?icon=github)](https://github.com/brianary/scripts/stargazers "Stars") @@ -352,4 +352,4 @@ Office VBA Scripts - **[OutlookPasteFormattedIndented.vba](OutlookPasteFormattedIndented.vba)**: Outlook will strip single-space indents when displaying emails. If you've got, for example, syntax highlighted source code that employs any indentation of only one space, you'll want to add two spaces to the each line (adding one will not appear for text that isn't indented). This Outlook script will paste formatted text, and indent it. Requires Tools -> References -> Microsoft Word 14.0 Object Library (later versions may also work) - **[OutlookPasteTsvTable.vba](OutlookPasteTsvTable.vba)**: This Outlook VBA Sub can be connected to a toolbar button for pasting TSV data as an attractive, formatted table. -BL Requires Tools -> References -> Microsoft Word 14.0 Object Library (later versions may also work) - + diff --git a/docs/index.md b/docs/index.md index c39643d..4d75fc0 100644 --- a/docs/index.md +++ b/docs/index.md @@ -2,7 +2,7 @@ [![Pester tests status](https://github.com/brianary/scripts/actions/workflows/pester.yml/badge.svg)][pester.yml] [![Pester tests results](https://gist.githubusercontent.com/brianary/4642e5c804aa1b40738def5a7c03607a/raw/badge.svg)][pester.yml] -[![Pester tests coverage](https://img.shields.io/badge/Pester_coverage-3037_%E2%80%B1-orange +[![Pester tests coverage](https://img.shields.io/badge/Pester_coverage-3070_%E2%80%B1-orange red)](https://github.com/brianary/scripts/tree/main/test) [![GitHub license badge](https://badgen.net/github/license/brianary/Scripts?icon=github)](https://mit-license.org/ "MIT License") [![GitHub stars badge](https://badgen.net/github/stars/brianary/Scripts?icon=github)](https://github.com/brianary/scripts/stargazers "Stars") diff --git a/syscfg/README.md b/syscfg/README.md index c7fb9d6..98c03f7 100644 --- a/syscfg/README.md +++ b/syscfg/README.md @@ -13,4 +13,4 @@ A collection of scripts that only need to be run once to modify a system. - **[Set-DefaultSecurityProtocols.ps1](Set-DefaultSecurityProtocols.ps1)**: Enable TLS versions in Outlook on Windows 7. - **[Use-SystemCrypto.ps1](Use-SystemCrypto.ps1)**: Sets the .NET Frameworks prior to 4.7.1 to inherit the system TLS settings. - + diff --git a/test/README.md b/test/README.md index 8477918..bc528e2 100644 --- a/test/README.md +++ b/test/README.md @@ -1,7 +1,7 @@ Script Tests ============ -
264 ‰ Scripts repo (216) 📅 575 days +
269 ‰ Scripts repo (216) 📅 576 days
  • 1000 ‰ A (10) 📅 501 days
    • 1000 ‰ Add (10) 📅 501 days @@ -91,7 +91,7 @@ Script Tests - ✔️ Disable-AnsiColor.ps1
  • -
  • 818 ‰ E (11) 📅 352 days +
  • 909 ‰ E (11) 📅 353 days
    • 1000 ‰ Enable (1) 📅 57 days - ✔️ Enable-AnsiColor.ps1 @@ -102,7 +102,7 @@ Script Tests - ✔️ Expand-EnvironmentVariables.ps1
    • -
    • 778 ‰ Export (9) 📅 6 days +
    • 889 ‰ Export (9) 📅 7 days - ✔️ Export-DatabaseScripts.ps1 - ✔️ Export-EdgeKeywords.ps1 @@ -111,7 +111,7 @@ Script Tests - ✔️ Export-MermaidER.ps1 - ✔️ Export-OpenApiSchema.ps1 - ✔️ Export-Readme.ps1 -- ✖️ Export-SecretVault.ps1 +- ✔️ Export-SecretVault.ps1 - ✖️ Export-TableMerge.ps1