Skip to content

Commit

Permalink
Reintroduce path filters, now that I have badges for each flag
Browse files Browse the repository at this point in the history
  • Loading branch information
LivInTheLookingGlass committed Jul 24, 2024
1 parent 0a1a326 commit 1ef6e01
Show file tree
Hide file tree
Showing 7 changed files with 24 additions and 35 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/c.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 * *"

Expand Down
7 changes: 3 additions & 4 deletions .github/workflows/cplusplus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 * *"

Expand Down
7 changes: 3 additions & 4 deletions .github/workflows/csharp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 * *"

Expand Down
7 changes: 3 additions & 4 deletions .github/workflows/javascript.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 * *"

Expand Down
7 changes: 3 additions & 4 deletions .github/workflows/python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 * *"

Expand Down
7 changes: 3 additions & 4 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 * *"

Expand Down
17 changes: 6 additions & 11 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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.

Expand Down

0 comments on commit 1ef6e01

Please sign in to comment.