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

funilrys / PyFunceble / 1204
97%
master: 97%

Build:
Build:
LAST BUILD BRANCH: dev
DEFAULT BRANCH: master
Ran 08 Oct 2019 11:15PM UTC
Jobs 24
Files 1078
Run time 167min
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

pending completion
1204

push

travis-ci-com

funilrys
Several code change/introduction.

* Improvement of the inactive, autocontinue and mining database.
  Indeed, before this patch, the database were kept in memory even if we
  don't use them directly. From now, after a save, it's lost from
  memory.
* Unification of the way we request.
  Indeed, before this patch, it we were recreating an instance of
  `PyFunceble.Requests` everytime. We now have `PyFunceble.REQUESTS` for
  every requests which is initiated on PyFunceble configuration.
* Improvement and simplification of PyFunceble.DNSLookup.
  Indeed, before this patch, we almost had to recreate an intance of the
  resolver for each subject. We now have `PyFunceble.DNSLOOKUP` which
  then handle all requests with a unique dns resolver initiated on
  PyFunceble configuration.
* Introduction of the `--multiprocess-merging-mode` which is an
  implementation of
  https://github.com/funilrys/PyFunceble/issues/46#issuecomment-538037287.
  Indeed, before this patch, the merging of multiprocess data was made
  at the very end. That option allow anymody to change the merging mode.
* Unification of all requests made to the outside world.
  Indeed, before this patch, every HTTP(S) requests made outside the
  current network where made without the same configuration and
  paramaters every time. From now, they all share the same
  configuration.
* Introduction of a custom process name in order to simplify the
  debugging process.
  Indeed, before this patch, it was impossible to easily know which
  subject was being tested. This patch fix that by setting a custom
  process name which is later displayed in the logger.
* Introduction of a resolving cache while using PyFunceble.Requests.
  Indeed, before this patch, there was no caching mechanism around the
  resolving of hostname before HTTP(S) requests.
* Improvement of the retesting behavior.
  Indeed, before this patch, the retest of INVALID subjects were not
  producing any file (as expected) but not the retest ... (continued)

55594 of 55594 relevant lines covered (100.0%)

24.0 hits per line

Jobs
ID Job ID Ran Files Coverage
1 1204.1 (PYTHON_VERSION="3.6.2") 08 Oct 2019 11:17PM UTC 0
100.0
Travis Job 1204.1
2 1204.2 (PYTHON_VERSION="3.6.3") 08 Oct 2019 11:17PM UTC 0
100.0
Travis Job 1204.2
3 1204.3 (PYTHON_VERSION="3.6.4") 08 Oct 2019 11:15PM UTC 0
100.0
Travis Job 1204.3
4 1204.4 (PYTHON_VERSION="3.6.6") 08 Oct 2019 11:17PM UTC 0
100.0
Travis Job 1204.4
5 1204.5 (PYTHON_VERSION="3.6.7") 08 Oct 2019 11:23PM UTC 0
100.0
Travis Job 1204.5
6 1204.6 (PYTHON_VERSION="3.6.8") 08 Oct 2019 11:25PM UTC 0
100.0
Travis Job 1204.6
7 1204.7 (PYTHON_VERSION="3.6.9") 08 Oct 2019 11:25PM UTC 0
100.0
Travis Job 1204.7
8 1204.8 (PYTHON_VERSION="3.7.0") 08 Oct 2019 11:26PM UTC 0
100.0
Travis Job 1204.8
9 1204.9 (PYTHON_VERSION="3.7.1") 08 Oct 2019 11:31PM UTC 0
100.0
Travis Job 1204.9
10 1204.10 (PYTHON_VERSION="3.7.2") 08 Oct 2019 11:33PM UTC 0
100.0
Travis Job 1204.10
11 1204.11 (PYTHON_VERSION="3.7.3") 08 Oct 2019 11:31PM UTC 0
100.0
Travis Job 1204.11
12 1204.12 (PYTHON_VERSION="3.7.4") 08 Oct 2019 11:34PM UTC 0
100.0
Travis Job 1204.12
13 1204.13 (PYTHON_VERSION="3.6.2") 09 Oct 2019 12:20AM UTC 0
100.0
Travis Job 1204.13
14 1204.14 (PYTHON_VERSION="3.6.3") 09 Oct 2019 12:18AM UTC 0
100.0
Travis Job 1204.14
15 1204.15 (PYTHON_VERSION="3.6.4") 09 Oct 2019 12:23AM UTC 0
100.0
Travis Job 1204.15
16 1204.16 (PYTHON_VERSION="3.6.6") 09 Oct 2019 12:21AM UTC 0
100.0
Travis Job 1204.16
17 1204.17 (PYTHON_VERSION="3.6.7") 09 Oct 2019 01:07AM UTC 0
100.0
Travis Job 1204.17
18 1204.18 (PYTHON_VERSION="3.6.8") 09 Oct 2019 01:07AM UTC 0
100.0
Travis Job 1204.18
19 1204.19 (PYTHON_VERSION="3.6.9") 09 Oct 2019 01:08AM UTC 0
100.0
Travis Job 1204.19
20 1204.20 (PYTHON_VERSION="3.7.0") 09 Oct 2019 01:12AM UTC 0
100.0
Travis Job 1204.20
21 1204.21 (PYTHON_VERSION="3.7.1") 09 Oct 2019 01:56AM UTC 0
100.0
Travis Job 1204.21
22 1204.22 (PYTHON_VERSION="3.7.2") 09 Oct 2019 01:54AM UTC 0
100.0
Travis Job 1204.22
23 1204.23 (PYTHON_VERSION="3.7.3") 09 Oct 2019 01:57AM UTC 0
100.0
Travis Job 1204.23
24 1204.24 (PYTHON_VERSION="3.7.4") 09 Oct 2019 02:01AM UTC 0
100.0
Travis Job 1204.24
Source Files on build 1204
Detailed source file information is not available for this build.
  • Back to Repo
  • Build #1204
  • 31907df4 on github
  • Prev Build on dev (#1203)
  • Next Build on dev (#1206)
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