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 f4c27e4 commit 76042f5Copy full SHA for 76042f5
1 file changed
.github/workflows/test.yml
@@ -42,7 +42,7 @@ jobs:
42
pip install --upgrade --upgrade-strategy=only-if-needed -r test-requirements.txt
43
- name: Test with pytest
44
run: |
45
- python -m pytest tests/test_adapters.py --cov=ipforce --cov-report=term
+ python -m pytest tests/ --cov=ipforce --cov-report=term --ignore=tests/test_ipv4.py --ignore=tests/test_ipv6.py
46
- name: Upload coverage to Codecov
47
uses: codecov/codecov-action@v4
48
with:
0 commit comments