• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

SPF-OST / pytrnsys_gui / 11662562960

29 Oct 2024 03:09PM UTC coverage: 67.508% (-0.08%) from 67.591%
11662562960

push

github

web-flow
Merge pull request #564 from SPF-OST/560-black-change-line-length-to-pep8-standard-of-79-and-check-ci-reaction

changed line length in black to 79

1054 of 1475 new or added lines in 174 files covered. (71.46%)

150 existing lines in 74 files now uncovered.

10399 of 15404 relevant lines covered (67.51%)

0.68 hits per line

Source File
Press 'n' to go to next uncovered line, 'b' for previous

90.0
/trnsysGUI/SaltTankCold.py
1
# pylint: skip-file
2

3
import typing as _tp
1✔
4

5
import trnsysGUI.images as _img
1✔
6
from trnsysGUI.SaltTankBase import SaltTankBase
1✔
7

8

9
class SaltTankCold(SaltTankBase):
1✔
10
    def __init__(self, trnsysType: str, editor, displayName: str) -> None:
1✔
11
        super().__init__(trnsysType, editor, displayName)
1✔
12

13
    @classmethod
1✔
14
    @_tp.override
1✔
15
    def _getImageAccessor(
1✔
16
        cls,
17
    ) -> _img.SvgImageAccessor:  # pylint: disable=arguments-differ
UNCOV
18
        return _img.SALT_TANK_COLD_SVG
×
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc