Skip to content

Commit c76e817

Browse files
authored
Merge branch 'main' into 1532_Do_not_allow_words_that_are_digits
2 parents e425202 + 7a9c80d commit c76e817

File tree

2 files changed

+18
-3
lines changed

2 files changed

+18
-3
lines changed

.github/codecov.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
coverage:
2+
range: 5..80
3+
round: down
4+
precision: 2

INSTALL.md

Lines changed: 14 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,9 @@ To be able to compile and execute the web application locally, you will first ne
1616

1717
* macOS: `brew install maven`
1818

19-
Get Covalent API KEY from https://www.covalenthq.com/platform/#/auth/register/ and update it in src/main/resources/config.properties file
20-
2119
Go to the project's folder:
2220

23-
cd webapp
21+
cd webapp/
2422

2523
Then, to run the application, type:
2624

@@ -33,6 +31,18 @@ Next, to access the application in your browser, go to [http://localhost:8080/we
3331
To run the application in debug mode, replace `mvn` with `mvnDebug` in the command above ☝️
3432

3533

34+
## Code Coverage
35+
36+
[![codecov](https://codecov.io/gh/elimu-ai/webapp/branch/main/graph/badge.svg?token=T1F9OTQVOH)](https://codecov.io/gh/elimu-ai/webapp)
37+
38+
[![](https://codecov.io/gh/elimu-ai/webapp/branch/main/graphs/tree.svg?token=T1F9OTQVOH)](https://codecov.io/gh/elimu-ai/webapp)
39+
40+
```
41+
mvn test
42+
open target/site/jacoco/index.html
43+
```
44+
45+
3646
## Test server
3747

3848
https://<language>.test.elimu.ai
@@ -49,6 +59,7 @@ A list of the currently supported languages is available at https://github.com/e
4959

5060
The default language used during development is English (`ENG`). To switch to another language, edit the `content.language` property in [src/main/resources/config.properties](src/main/resources/config.properties).
5161

62+
5263
## Contributing guidelines
5364

5465
For guidelines on how to work on issues, see [CONTRIBUTING.md](CONTRIBUTING.md)

0 commit comments

Comments
 (0)