Skip to content

Commit

Permalink
codecov
Browse files Browse the repository at this point in the history
  • Loading branch information
i-oden committed Jan 16, 2025
1 parent 20176a5 commit 3485af4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/docker-compose-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ services:
context: ./
target: test
command: >
sh -c "COVERAGE_FILE=./coverage/.coverage pytest -s -color=yes $DDS_PYTEST_ARGS --cov=./dds_web --cov-report=xml:coverage/report.xml"
sh -c "COVERAGE_FILE=./coverage/.coverage pytest --cov-branch -s -color=yes $DDS_PYTEST_ARGS --cov=./dds_web --cov-report=xml:coverage/report.xml"
restart: "no"
volumes:
- type: bind
Expand Down

0 comments on commit 3485af4

Please sign in to comment.