From 02004b4948cd6d951f36c03930589f4a8d024384 Mon Sep 17 00:00:00 2001 From: Todd Ekenstam <3845995+tekenstam@users.noreply.github.com> Date: Fri, 19 Apr 2024 20:04:06 -0700 Subject: [PATCH] Update ci.yaml --- .github/workflows/ci.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index dbc1a3c..211a424 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -48,6 +48,7 @@ jobs: file: ./coverage.txt # optional flags: unittests # optional name: codecov-umbrella # optional + token: ${{ secrets.CODECOV_TOKEN }} # required fail_ci_if_error: true # optional (default = false) - name: Set up QEMU