[
https://issues.apache.org/jira/browse/BEAM-12000?focusedWorklogId=650847&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-650847
]
ASF GitHub Bot logged work on BEAM-12000:
-----------------------------------------
Author: ASF GitHub Bot
Created on: 14/Sep/21 22:37
Start Date: 14/Sep/21 22:37
Worklog Time Spent: 10m
Work Description: tvalentyn commented on a change in pull request #15415:
URL: https://github.com/apache/beam/pull/15415#discussion_r708707760
##########
File path: sdks/python/.coveragerc
##########
@@ -16,4 +16,23 @@
#
[run]
-omit = target/*
\ No newline at end of file
+omit = target/*
+
+[report]
+exclude_lines =
+ # Have to re-enable the standard pragma
+ pragma: no cover
+ abc.abstractmethod
+
+ # Overload stubs should never be executed.
+ @overload
+
+ # Don't complain about missing debug-only code:
+ def __repr__
+ if self\.debug
Review comment:
how about: `if self\.debug_logging_enabled` to avoid pattern-matching
with `if self.debug_options` which occurs in the codebase?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
Issue Time Tracking
-------------------
Worklog Id: (was: 650847)
Time Spent: 4h (was: 3h 50m)
> Support Python 3.9 in Apache Beam
> ---------------------------------
>
> Key: BEAM-12000
> URL: https://issues.apache.org/jira/browse/BEAM-12000
> Project: Beam
> Issue Type: Improvement
> Components: sdk-py-core
> Reporter: Valentyn Tymofieiev
> Priority: P2
> Time Spent: 4h
> Remaining Estimate: 0h
>
--
This message was sent by Atlassian Jira
(v8.3.4#803005)