aboutsummaryrefslogtreecommitdiffstats
path: root/.github/workflows/ci.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/ci.yml')
-rw-r--r--.github/workflows/ci.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index d49ee719..ca1e36d3 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -48,7 +48,7 @@ jobs:
- name: Upload coverage
run: |
curl -o codecov.sh -f https://codecov.io/bash
- bash codecov.sh -n "Python ${{ matrix.PYTHON.VERSION }} on macOS" -Z
+ bash codecov.sh -n "Python ${{ matrix.PYTHON.VERSION }} on macOS"
windows:
runs-on: windows-latest
@@ -96,4 +96,4 @@ jobs:
- name: Upload coverage
run: |
curl -o codecov.sh -f https://codecov.io/bash
- bash codecov.sh -n "Python ${{ matrix.PYTHON.VERSION }} on ${{ matrix.WINDOWS.WINDOWS }}" -Z
+ bash codecov.sh -n "Python ${{ matrix.PYTHON.VERSION }} on ${{ matrix.WINDOWS.WINDOWS }}"