Exclude merlin/io from docstring coverage checks#56
Exclude merlin/io from docstring coverage checks#56benfred merged 2 commits intoNVIDIA-Merlin:mainfrom
merlin/io from docstring coverage checks#56Conversation
This module only has one public class (`Dataset`), which is already well-documented.
Click to view CI ResultsGitHub pull request #56 of commit 7c1e6210041515dc59950d410df3f3ff71898b4b, no merge conflicts.
Running as SYSTEM
Setting status of 7c1e6210041515dc59950d410df3f3ff71898b4b to PENDING with url https://10.20.13.93:8080/job/merlin_core/6/console and message: 'Pending'
Using context: Jenkins
Building on master in workspace /var/jenkins_home/workspace/merlin_core
using credential ce87ff3c-94f0-400a-8303-cb4acb4918b5
> git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
> git config remote.origin.url https://github.com/NVIDIA-Merlin/core # timeout=10
Fetching upstream changes from https://github.com/NVIDIA-Merlin/core
> git --version # timeout=10
using GIT_ASKPASS to set credentials login for merlin-systems username and pass
> git fetch --tags --force --progress -- https://github.com/NVIDIA-Merlin/core +refs/pull/56/*:refs/remotes/origin/pr/56/* # timeout=10
> git rev-parse 7c1e6210041515dc59950d410df3f3ff71898b4b^{commit} # timeout=10
Checking out Revision 7c1e6210041515dc59950d410df3f3ff71898b4b (detached)
> git config core.sparsecheckout # timeout=10
> git checkout -f 7c1e6210041515dc59950d410df3f3ff71898b4b # timeout=10
Commit message: "Exclude `merlin/io` from docstring coverage checks"
> git rev-list --no-walk 25751fe77a50b8353378f675c04337de26cbbcd5 # timeout=10
[merlin_core] $ /bin/bash /tmp/jenkins8254712715748163318.sh
Looking in indexes: https://pypi.org/simple, https://pypi.ngc.nvidia.com
Requirement already satisfied: setuptools in /usr/local/lib/python3.8/dist-packages (61.3.0)
============================= test session starts ==============================
platform linux -- Python 3.8.10, pytest-7.1.1, pluggy-1.0.0
rootdir: /var/jenkins_home/workspace/merlin_core/core, configfile: pyproject.toml
plugins: xdist-2.5.0, forked-1.4.0, cov-3.0.0
collected 337 items / 1 skipped
|
Documentation preview |
Click to view CI ResultsGitHub pull request #56 of commit abc37714f84ddca49a34b883569e514fb25f8bc2, no merge conflicts.
Running as SYSTEM
Setting status of abc37714f84ddca49a34b883569e514fb25f8bc2 to PENDING with url https://10.20.13.93:8080/job/merlin_core/10/console and message: 'Pending'
Using context: Jenkins
Building on master in workspace /var/jenkins_home/workspace/merlin_core
using credential ce87ff3c-94f0-400a-8303-cb4acb4918b5
> git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
> git config remote.origin.url https://github.com/NVIDIA-Merlin/core # timeout=10
Fetching upstream changes from https://github.com/NVIDIA-Merlin/core
> git --version # timeout=10
using GIT_ASKPASS to set credentials login for merlin-systems username and pass
> git fetch --tags --force --progress -- https://github.com/NVIDIA-Merlin/core +refs/pull/56/*:refs/remotes/origin/pr/56/* # timeout=10
> git rev-parse abc37714f84ddca49a34b883569e514fb25f8bc2^{commit} # timeout=10
Checking out Revision abc37714f84ddca49a34b883569e514fb25f8bc2 (detached)
> git config core.sparsecheckout # timeout=10
> git checkout -f abc37714f84ddca49a34b883569e514fb25f8bc2 # timeout=10
Commit message: "Merge branch 'main' into docs/docstring-coverage"
> git rev-list --no-walk dfe8d06fd125c9d6b554bfe32fcd64ffc9df5c85 # timeout=10
[merlin_core] $ /bin/bash /tmp/jenkins5428202620846981379.sh
Looking in indexes: https://pypi.org/simple, https://pypi.ngc.nvidia.com
Requirement already satisfied: setuptools in /usr/local/lib/python3.8/dist-packages (61.3.1)
============================= test session starts ==============================
platform linux -- Python 3.8.10, pytest-7.1.1, pluggy-1.0.0
rootdir: /var/jenkins_home/workspace/merlin_core/core, configfile: pyproject.toml
plugins: xdist-2.5.0, forked-1.4.0, cov-3.0.0
collected 337 items / 1 skipped
|
This module only has one public class (
Dataset), which is already well-documented.