Added CI badges to README
Browse files
README.md
CHANGED
@@ -37,6 +37,8 @@ For this project, we perform continuous integration to make sure that code is te
|
|
37 |
| Build Type | Status |
|
38 |
| - | - |
|
39 |
| **Unit tests** | [](https://github.com/andreped/postly/actions) |
|
|
|
|
|
40 |
|
41 |
To perform unit tests, you need to install `pytest`. For running formatting checks you also need `flake8`, `isort`, and `black`. We also depend on `pydantic` for type validation. To do so, lets configure a virtual environment:
|
42 |
```
|
|
|
37 |
| Build Type | Status |
|
38 |
| - | - |
|
39 |
| **Unit tests** | [](https://github.com/andreped/postly/actions) |
|
40 |
+
| **Check file size** | [](https://github.com/andreped/postly/actions) |
|
41 |
+
| **Unit tests** | [](https://github.com/andreped/postly/actions) |
|
42 |
|
43 |
To perform unit tests, you need to install `pytest`. For running formatting checks you also need `flake8`, `isort`, and `black`. We also depend on `pydantic` for type validation. To do so, lets configure a virtual environment:
|
44 |
```
|