lab coverage

This commit is contained in:
e-maks
2024-03-03 22:01:50 +03:00
parent 371401d1b4
commit be15eb4d1b
7 changed files with 184 additions and 9 deletions
+3 -3
View File
@@ -33,7 +33,7 @@ Python console app hangman game based on the [code](https://github.com/markpatte
> _Your answer. For example (5):_
>
> **Q1** (__)
> **Q1** (4)
## Create test cases (3pt)
@@ -47,12 +47,12 @@ Python console app hangman game based on the [code](https://github.com/markpatte
* What is the line coverage of your test suite for the `hangman.py`?
> _Your answer in %. For example (86):_
>
> **Q2** (__)
> **Q2** (89)
* What is the current branch coverage of your test suite for the `hangman.py`?
> _Your answer in %. For example (86):_
>
> **Q3** (__)
> **Q3** (90)
## Add CI (1pt)