Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
giftkugel committed Sep 4, 2024
1 parent 193de2f commit 56c1df4
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,22 @@ And then start **STOPnik** with
./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

## License

The project is licensed under the [Apache License, Version 2.0](LICENSE).

0 comments on commit 56c1df4

Please sign in to comment.