diff --git a/.github/workflows/static.yml b/.github/workflows/static.yml index ca282d8..da97436 100644 --- a/.github/workflows/static.yml +++ b/.github/workflows/static.yml @@ -5,6 +5,8 @@ on: # Runs on pushes targeting the default branch push: branches: ["main"] + paths: + - coverage/**/* # Allows you to run this workflow manually from the Actions tab workflow_dispatch: diff --git a/README.md b/README.md index cf3476b..5f234eb 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,10 @@ # Algorithms & Data structures -This repo is an open source collection and playground of algorithms, data structures and related documentation to brush up your knowledge of computer science fundamentals, or learn it from scratch. +This repo is an open source collection and playground of algorithms, data structures, coding exercises and related documentation to brush up your knowledge of computer science fundamentals. -## How to use it +## Get started -Install all dependencies +Initialise the repository ``` pnpm install @@ -33,3 +33,7 @@ or run it in watch mode ``` pnpm test:watch ``` + +## Test coverage + +You can find test coverage at https://simonespa.github.io/algorithms-and-data-structures