Skip to content

Commit 18afc9a

Browse files
authored
Update README and minor change to test coverage publisher (#105)
1 parent 1664d26 commit 18afc9a

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
lines changed

.github/workflows/static.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ on:
55
# Runs on pushes targeting the default branch
66
push:
77
branches: ["main"]
8+
paths:
9+
- coverage/**/*
810

911
# Allows you to run this workflow manually from the Actions tab
1012
workflow_dispatch:

README.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
# Algorithms & Data structures
22

3-
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.
3+
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.
44

5-
## How to use it
5+
## Get started
66

7-
Install all dependencies
7+
Initialise the repository
88

99
```
1010
pnpm install
@@ -33,3 +33,7 @@ or run it in watch mode
3333
```
3434
pnpm test:watch
3535
```
36+
37+
## Test coverage
38+
39+
You can find test coverage at https://simonespa.github.io/algorithms-and-data-structures

0 commit comments

Comments
 (0)