diff --git a/.github/workflows/c.yml b/.github/workflows/c.yml index a414e595..3d924218 100644 --- a/.github/workflows/c.yml +++ b/.github/workflows/c.yml @@ -2,10 +2,9 @@ name: C on: push: - paths-ignore: - - 'docs/**' - - 'README.rst' - - '**/README.rst' + paths: + - 'c/**' + - '!c/README.rst' schedule: - cron: "0 0 1 * *" diff --git a/.github/workflows/cplusplus.yml b/.github/workflows/cplusplus.yml index a0bf40e3..278dfcfb 100644 --- a/.github/workflows/cplusplus.yml +++ b/.github/workflows/cplusplus.yml @@ -2,10 +2,9 @@ name: "C++" on: push: - paths-ignore: - - 'docs/**' - - 'README.rst' - - '**/README.rst' + paths: + - 'cplusplus/**' + - '!cplusplus/README.rst' schedule: - cron: "0 0 1 * *" diff --git a/.github/workflows/csharp.yml b/.github/workflows/csharp.yml index d94cbaff..a1e1ba34 100644 --- a/.github/workflows/csharp.yml +++ b/.github/workflows/csharp.yml @@ -2,10 +2,9 @@ name: C# on: push: - paths-ignore: - - 'docs/**' - - 'README.rst' - - '**/README.rst' + paths: + - 'csharp/**' + - '!csharp/README.rst' schedule: - cron: "0 0 1 * *" diff --git a/.github/workflows/javascript.yml b/.github/workflows/javascript.yml index 9987f465..c84683eb 100644 --- a/.github/workflows/javascript.yml +++ b/.github/workflows/javascript.yml @@ -2,10 +2,9 @@ name: JS on: push: - paths-ignore: - - 'docs/**' - - 'README.rst' - - '**/README.rst' + paths: + - 'javascript/**' + - '!javascript/README.rst' schedule: - cron: "0 0 1 * *" diff --git a/.github/workflows/python.yml b/.github/workflows/python.yml index 5f9d0e9e..fc42055b 100644 --- a/.github/workflows/python.yml +++ b/.github/workflows/python.yml @@ -2,10 +2,9 @@ name: Py on: push: - paths-ignore: - - 'docs/**' - - 'README.rst' - - '**/README.rst' + paths: + - 'python/**' + - '!python/README.rst' schedule: - cron: "0 0 1 * *" diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index 59af3af8..e0b88e0e 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -2,10 +2,9 @@ name: Rs on: push: - paths-ignore: - - 'docs/**' - - 'README.rst' - - '**/README.rst' + paths: + - 'rust/**' + - '!rust/README.rst' schedule: - cron: "0 0 1 * *" diff --git a/README.rst b/README.rst index 4c19e15c..f5de9286 100644 --- a/README.rst +++ b/README.rst @@ -23,17 +23,17 @@ LivInTheLookingGlass’s Project Euler solutions :target: https://github.com/LivInTheLookingGlass/Euler/actions/workflows/python-lint.yml .. |Pages| image:: https://github.com/LivInTheLookingGlass/Euler/actions/workflows/pages.yml/badge.svg :target: https://github.com/LivInTheLookingGlass/Euler/actions/workflows/pages.yml -.. |C-Cov| image:: https://img.shields.io/codecov/c/github/LivInTheLookingGlass/Euler?flag=C&logo=codecov&logoSize=auto&label=C +.. |C-Cov| image:: https://img.shields.io/codecov/c/github/LivInTheLookingGlass/Euler?flag=C&logo=codecov&logoSize=auto&label=C%20Cov :target: https://codecov.io/github/LivInTheLookingGlass/Euler -.. |Cp-Cov| image:: https://img.shields.io/codecov/c/github/LivInTheLookingGlass/Euler?flag=Cpp&logo=codecov&logoSize=auto&label=C%2B%2B +.. |Cp-Cov| image:: https://img.shields.io/codecov/c/github/LivInTheLookingGlass/Euler?flag=Cpp&logo=codecov&logoSize=auto&label=C%2B%2B%20Cov :target: https://codecov.io/github/LivInTheLookingGlass/Euler -.. |Cs-Cov| image:: https://img.shields.io/codecov/c/github/LivInTheLookingGlass/Euler?flag=Csharp&logo=codecov&logoSize=auto&label=C%23 +.. |Cs-Cov| image:: https://img.shields.io/codecov/c/github/LivInTheLookingGlass/Euler?flag=Csharp&logo=codecov&logoSize=auto&label=C%23%20Cov :target: https://codecov.io/github/LivInTheLookingGlass/Euler -.. |Js-Cov| image:: https://img.shields.io/codecov/c/github/LivInTheLookingGlass/Euler?flag=JavaScript&logo=codecov&logoSize=auto&label=Js +.. |Js-Cov| image:: https://img.shields.io/codecov/c/github/LivInTheLookingGlass/Euler?flag=JavaScript&logo=codecov&logoSize=auto&label=Js%20Cov :target: https://codecov.io/github/LivInTheLookingGlass/Euler -.. |Py-Cov| image:: https://img.shields.io/codecov/c/github/LivInTheLookingGlass/Euler?flag=Python&logo=codecov&logoSize=auto&label=Py +.. |Py-Cov| image:: https://img.shields.io/codecov/c/github/LivInTheLookingGlass/Euler?flag=Python&logo=codecov&logoSize=auto&label=Py%20Cov :target: https://codecov.io/github/LivInTheLookingGlass/Euler -.. |Rs-Cov| image:: https://img.shields.io/codecov/c/github/LivInTheLookingGlass/Euler?flag=Rust&logo=codecov&logoSize=auto&label=Rs +.. |Rs-Cov| image:: https://img.shields.io/codecov/c/github/LivInTheLookingGlass/Euler?flag=Rust&logo=codecov&logoSize=auto&label=Rs%20Cov :target: https://codecov.io/github/LivInTheLookingGlass/Euler .. |br| raw:: html @@ -71,11 +71,6 @@ LivInTheLookingGlass’s Project Euler solutions | | |RustClippy| | +-----------------------------------------------+-------------------+ -Coverage --------- - -.. image:: https://codecov.io/github/LivInTheLookingGlass/Euler/graphs/icicle.svg?token=6GHBNILEHG - This is the repository I keep for prospective employers to look at project Euler code that I have written.