Use underscores to separate CI and platform

This commit is contained in:
Hugo 2020-01-24 14:14:56 +02:00 committed by Andrew Murray
parent 593a352466
commit a179a3fd00
2 changed files with 2 additions and 2 deletions

View File

@ -66,5 +66,5 @@ jobs:
uses: codecov/codecov-action@v1
with:
token: ${{ secrets.CODECOV_TOKEN }}
flags: GHADocker
flags: GHA_Docker
name: ${{ matrix.docker }}

View File

@ -361,7 +361,7 @@ jobs:
with:
token: ${{ secrets.CODECOV_TOKEN }}
file: ./coverage.xml
flags: GHAWindows
flags: GHA_Windows
name: ${{ runner.os }} Python ${{ matrix.python-version }}
- name: Build wheel