Skip to content

Commit

Permalink
Update documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
giftkugel committed Sep 5, 2024
1 parent 006e38e commit 620eca4
Showing 1 changed file with 18 additions and 2 deletions.
20 changes: 18 additions & 2 deletions website/docs/advanced/build.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Build

Requires [Git](https://git-scm.com/) and [Go >=1.22](https://go.dev/) to be installed.
Requires [Git](https://git-scm.com/) and [Go >=1.23](https://go.dev/) to be installed.

To build **STOPnik** the repository should be cloned and the build command executed.

Expand All @@ -14,4 +14,20 @@ And then start **STOPnik** with

```bash
./stopnik
```
```

## Test

Execute tests inside the repository root folder with

```bash
go test ./...
```

To get access to the HTML coverage report the following script can be executed

```bash
./test.sh html
```

The coverage report will be created in the `.test_coverage` folder

0 comments on commit 620eca4

Please sign in to comment.