From 9a8a80ab14371c483e934812e830e32ae06cbd31 Mon Sep 17 00:00:00 2001 From: Kenneth Kehl <@kkehl@flexion.us> Date: Tue, 18 Mar 2025 10:19:02 -0700 Subject: [PATCH] add comment --- .github/workflows/checks.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/checks.yml b/.github/workflows/checks.yml index 57911fd5d..a1b27435c 100644 --- a/.github/workflows/checks.yml +++ b/.github/workflows/checks.yml @@ -51,7 +51,7 @@ jobs: - name: Check coverage threshold run: poetry run coverage report --fail-under=90 - # TODO FIX + # TODO FIX THIS! # end-to-end-tests: # if: ${{ github.actor != 'dependabot[bot]' }}