Skip to content

Commit 68d4ffe

Browse files
fix : action config updated
1 parent 415cf0b commit 68d4ffe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
if [[ "$OS" == "$TEST_OS" ]]; then
6868
python -m pytest . --cov=ipspot --cov-report=term
6969
else
70-
python -m pytest . --cov=ipspot --cov-report=term --ignore=tests/test_ipv6.py
70+
python -m pytest . --cov=ipspot --cov-report=term --ignore-glob="tests/test_ipv6_*.py" --ignore=tests/test_ipv4_api.py
7171
fi
7272
shell: bash
7373
- name: Upload coverage to Codecov

0 commit comments

Comments
 (0)