Skip to content

Commit

Permalink
let coverage fully run
Browse files Browse the repository at this point in the history
  • Loading branch information
Bodong-Yang committed Nov 16, 2023
1 parent e91ce0b commit 21a63d1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion docker/docker-compose_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ services:
dockerfile: ./docker/test_base/Dockerfile
image: ota-test_base
network_mode: bridge
command: "bash -c 'coverage run -m pytest tests/test_boot_control && coverage xml -o test_result/coverage.xml'"
command: "bash -c 'coverage run -m pytest && coverage xml -o test_result/coverage.xml'"
container_name: ota-test
volumes:
- ../pyproject.toml:/ota-client/pyproject.toml:ro
Expand Down
1 change: 0 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@ exclude_also = [
"class .*\\bProtocol\\):",
"@(abc\\.)?abstractmethod",
]
show_missing = true
skip_covered = true
skip_empty = true

Expand Down

0 comments on commit 21a63d1

Please sign in to comment.