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.
1 parent d2b7e74 commit 1928df3Copy full SHA for 1928df3
.coveragerc
@@ -0,0 +1,3 @@
1
+[run]
2
+omit =
3
+ tests/*
.github/workflows/main.yml
@@ -28,7 +28,6 @@ jobs:
28
- name: Install dependencies
29
run: |
30
python -m pip install --upgrade pip
31
- pip install toml
32
pip install -r requirements.txt
33
34
- name: Test with coverage reporting
pyproject.toml
0 commit comments