Skip to content

Commit

Permalink
Merge pull request #12 from Tired-Fox/dev
Browse files Browse the repository at this point in the history
v0.3.0 Full library rewrite
  • Loading branch information
Tired-Fox authored Apr 11, 2023
2 parents 395d26e + c68b29f commit 16fce2d
Show file tree
Hide file tree
Showing 305 changed files with 83,981 additions and 88,476 deletions.
7 changes: 6 additions & 1 deletion .coveragerc
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
[report]
exclude_lines =
pragma: no cover
if TYPE_CHECKING:
if TYPE_CHECKING:
def __.+__
@overload
keys
values
items
6 changes: 2 additions & 4 deletions .github/workflows/pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
python-version: ["3.10"]
python-version: ["3.11"]

steps:
- uses: actions/checkout@v2
Expand All @@ -27,9 +27,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install pytest-cov
pip install coverage
pip install .
pip install .[tests,markdown]
- name: Run tests with coverage
run: |
make test
116 changes: 0 additions & 116 deletions COMLETED.md

This file was deleted.

Loading

0 comments on commit 16fce2d

Please sign in to comment.