Skip to content

Commit

Permalink
fixup! Check for telnet BrokenPipeError, better match on bad telnet cmd
Browse files Browse the repository at this point in the history
Fix parallel coverage report generation
  • Loading branch information
julianneswinoga committed Nov 17, 2024
1 parent 86071fe commit c34b767
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,8 @@ jobs:
# Environment variables are not set when running from a forked PR
# coveralls isn't required for PRs anyways
if [ -n "$COVERALLS_REPO_TOKEN" ]; then
coveralls
poetry run coverage combine
coveralls --verbose
else
echo "COVERALLS_REPO_TOKEN not set, skipping"
fi
Expand Down
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ filterwarnings = [
]

[tool.coverage.run]
data_file = '.coverage'
branch = true
timid = true
concurrency = ['multiprocessing']

0 comments on commit c34b767

Please sign in to comment.