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

mozilla / relman-auto-nag / #5401

06 Feb 2025 01:35AM CUT coverage: 21.189% (-0.01%) from 21.2%
#5401

push

coveralls-python

web-flow
Bump filelock from 3.16.1 to 3.17.0 (#2578)

Bumps [filelock](https://github.com/tox-dev/py-filelock) from 3.16.1 to 3.17.0.
- [Release notes](https://github.com/tox-dev/py-filelock/releases)
- [Changelog](https://github.com/tox-dev/filelock/blob/main/docs/changelog.rst)
- [Commits](https://github.com/tox-dev/py-filelock/compare/3.16.1...3.17.0)

---
updated-dependencies:
- dependency-name: filelock
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

426 of 2950 branches covered (14.44%)

1942 of 9165 relevant lines covered (21.19%)

0.21 hits per line

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

0.0
/bugbot/erroneous_bzmail.py
1
# This Source Code Form is subject to the terms of the Mozilla Public
2
# License, v. 2.0. If a copy of the MPL was not distributed with this file,
3
# You can obtain one at http://mozilla.org/MPL/2.0/.
4

5
from . import mail, utils
×
6
from .round_robin import RoundRobin
×
7

8

9
def send_mail(err, dryrun=False):
×
10
    for fb, bzmails in err.items():
×
11
        mail.send_from_template(
×
12
            "erroneous_bzmail_email.html",
13
            fb,
14
            "Triage owners with erroneous Bugzilla email",
15
            Cc=utils.get_receivers("common"),
16
            dryrun=dryrun,
17
            bzmails=bzmails,
18
            plural=utils.plural,
19
        )
20

21

22
def check_erroneous_bzmail(dryrun=False):
×
23
    rr = RoundRobin.get_instance()
×
24
    err = rr.get_erroneous_bzmail()
×
25
    if err:
×
26
        send_mail(err, dryrun=dryrun)
×
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