From 6f5068fbd4281e8cdda60f0d9d1eb641f6a9fc6f Mon Sep 17 00:00:00 2001 From: Nigel Horne Date: Sun, 15 Sep 2024 14:13:34 -0400 Subject: [PATCH] Fix codeconv YAML bleadthrough --- .github/workflows/codecov.yml | 13 +++++++------ .github/workflows/strawberry.yml | 1 + 2 files changed, 8 insertions(+), 6 deletions(-) diff --git a/.github/workflows/codecov.yml b/.github/workflows/codecov.yml index 302ae40..48e0cc2 100644 --- a/.github/workflows/codecov.yml +++ b/.github/workflows/codecov.yml @@ -30,12 +30,12 @@ jobs: env: AUTHOR_TESTING: 1 AUTOMATED_TESTING: 1 - - name: Download codecov - run: | - # Replace `linux` below with the appropriate OS - # Options are `alpine`, `linux`, `macos`, `windows` - # curl -Os https://uploader.codecov.io/latest/linux/codecov - # chmod +x codecov + # - name: Download codecov + # run: | + # Replace `linux` below with the appropriate OS + # Options are `alpine`, `linux`, `macos`, `windows` + # curl -Os https://uploader.codecov.io/latest/linux/codecov + # chmod +x codecov - name: Submit codecov run: | cover -test @@ -43,3 +43,4 @@ jobs: # ./codecov -t ${{ secrets.CODECOV_TOKEN }} -f cover_db/codecov.json env: CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }} + AUTOMATED_TESTING: 1 diff --git a/.github/workflows/strawberry.yml b/.github/workflows/strawberry.yml index f4cfb09..63bfc2b 100644 --- a/.github/workflows/strawberry.yml +++ b/.github/workflows/strawberry.yml @@ -1,5 +1,6 @@ --- # See https://github.com/actions/virtual-environments +# and https://github.com/shogo82148/actions-setup-perl/tree/v1.31.3 name: Test Code on Windows using Strawberry Perl on: