From 313590494482888571fd4f2eb41d063a3594fd37 Mon Sep 17 00:00:00 2001 From: Wouter <5755057+woeterman94@users.noreply.github.com> Date: Mon, 17 Nov 2025 14:42:02 +0100 Subject: [PATCH] Update 1-step.md Make sure the comment should be in this Github issue and not in the python code --- .github/steps/1-step.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/steps/1-step.md b/.github/steps/1-step.md index ee42003..b48a0fe 100644 --- a/.github/steps/1-step.md +++ b/.github/steps/1-step.md @@ -48,7 +48,7 @@ Let's learn how to automate this ever-growing need for testing our code by using pytest --cov=src --verbose ``` -1. Add a comment to let Mona know the results of your coverage report. After reviewing, she will provide the next steps. +1. Add a comment in this issue to let Mona know the results of your coverage report. After reviewing, she will provide the next steps. ```md @professortocat, I've run my coverage report.