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 415cf0b commit 68d4ffeCopy full SHA for 68d4ffe
.github/workflows/test.yml
@@ -67,7 +67,7 @@ jobs:
67
if [[ "$OS" == "$TEST_OS" ]]; then
68
python -m pytest . --cov=ipspot --cov-report=term
69
else
70
- python -m pytest . --cov=ipspot --cov-report=term --ignore=tests/test_ipv6.py
+ python -m pytest . --cov=ipspot --cov-report=term --ignore-glob="tests/test_ipv6_*.py" --ignore=tests/test_ipv4_api.py
71
fi
72
shell: bash
73
- name: Upload coverage to Codecov
0 commit comments