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

POptUS / template_repo / 8647290782

11 Apr 2024 01:10PM UTC coverage: 100.0% (+3.7%) from 96.319%
8647290782

Pull #5

github

jared321
Include links to examples.
Pull Request #5: DRAFT: Improvements based on recent experiences

39 of 39 new or added lines in 11 files covered. (100.0%)

182 of 182 relevant lines covered (100.0%)

1.0 hits per line

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

100.0
/mytemplate_pypkg/src/mytemplate/compute.py
1
from pathlib import Path
1✔
2

3

4
def compute(x):
1✔
5
    r"""
6
    :param x: :math:`x \in \R`
7
    :return: :math:`5 x`
8
    """
9
    # Print filename so that we can see if we are running from an installed
10
    # package or from a local clone.
11
    filename = Path(__file__).resolve()
1✔
12
    print(f"{filename} called")
1✔
13
    return 5.0 * x
1✔
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

© 2025 Coveralls, Inc