Skip to content

Commit c8a1e5e

Browse files
committed
space
1 parent 354de36 commit c8a1e5e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

instructions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ The web app must be built using the Python [flask](https://palletsprojects.com/p
5757

5858
- The server must store the data received in a database and provide a web dashboard for users to visualize the data.
5959
- The code must also be formatted in accordance with `PEP 8` using the `black` formatter and `pylint` linter to ensure correctness.
60-
- Unit tests using `pytest`and [pytest-flask](https://pytest-flask.readthedocs.io/en/latest/) must be written for the web app code that provide at least 80% code coverage of the server code.
60+
- Unit tests using `pytest` and [pytest-flask](https://pytest-flask.readthedocs.io/en/latest/) must be written for the web app code that provide at least 80% code coverage of the server code.
6161
- The web app must have a Continuous Integration / (CI) workflow using [GitHub Actions](https://github.com/features/actions) that automatically builds, tests the updated subsystem every time a pull request is approved and code is merged into the `main` branch.
6262
- Like the other parts, the web app must run within its own Docker container.
6363
- Put all code for this subsystem within the `web-app` subdirectory of this repository.

0 commit comments

Comments
 (0)