From 559b78872dc5a5445c27fb20f632d61e00ea6d66 Mon Sep 17 00:00:00 2001 From: Ludovico Bianchi Date: Tue, 5 Apr 2022 16:11:15 -0500 Subject: [PATCH] Remove leftover FIXME comment --- .github/workflows/core.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/core.yml b/.github/workflows/core.yml index 444edb23ea..3abca4a5e2 100644 --- a/.github/workflows/core.yml +++ b/.github/workflows/core.yml @@ -56,7 +56,6 @@ jobs: - python-version: '3.8' # only generate coverage report for a single python version in the matrix # to avoid overloading Codecov - # FIXME: reinstate coverage report before merging PR cov-report: true steps: - uses: actions/checkout@v2