We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a35b684 + ff39cee commit 9b48e7eCopy full SHA for 9b48e7e
.github/workflows/main.yml
@@ -31,7 +31,10 @@ jobs:
31
run: black --diff --check --verbose .
32
33
coverage:
34
- runs-on: ubuntu-latest
+ strategy:
35
+ matrix:
36
+ os: [ubuntu-latest, windows-latest]
37
+ runs-on: ${{ matrix.os }}
38
39
steps:
40
- uses: actions/checkout@v2
CHANGELOG.md
@@ -1,5 +1,11 @@
1
# CHANGELONG
2
3
+## 2.2.12
4
+
5
+### Added
6
7
+- Added coverage reporting for Unix + Windows
8
9
## 2.2.11
10
11
### Added
0 commit comments