Skip to content

Commit a179a3f

Browse files
hugovkradarhere
authored andcommitted
Use underscores to separate CI and platform
1 parent 593a352 commit a179a3f

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/test-docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,5 +66,5 @@ jobs:
6666
uses: codecov/codecov-action@v1
6767
with:
6868
token: ${{ secrets.CODECOV_TOKEN }}
69-
flags: GHADocker
69+
flags: GHA_Docker
7070
name: ${{ matrix.docker }}

.github/workflows/test-windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -361,7 +361,7 @@ jobs:
361361
with:
362362
token: ${{ secrets.CODECOV_TOKEN }}
363363
file: ./coverage.xml
364-
flags: GHAWindows
364+
flags: GHA_Windows
365365
name: ${{ runner.os }} Python ${{ matrix.python-version }}
366366

367367
- name: Build wheel

0 commit comments

Comments
 (0)