Skip to content

Commit 920b1f9

Browse files
committed
Adds coverage report uploading for Windows
1 parent a35b684 commit 920b1f9

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/main.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,10 @@ jobs:
3131
run: black --diff --check --verbose .
3232

3333
coverage:
34-
runs-on: ubuntu-latest
34+
strategy:
35+
matrix:
36+
os: [ubuntu-latest, windows-latest]
37+
runs-on: ${{ matrix.os }}
3538

3639
steps:
3740
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)