Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
B
boolean
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Due to inactivity, this project is scheduled to be deleted on 2035-04-24.
Why is this scheduled?
Show more breadcrumbs
verimag
tempo
boolean
Commits
8138e7ca
Commit
8138e7ca
authored
5 years ago
by
EXT José Ignacio Requeno Jarabo
Browse files
Options
Downloads
Patches
Plain Diff
Change in coverage
parent
6c5c0d0f
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Pipeline
#27014
failed
5 years ago
Stage: build_test
Stage: build
Stage: test
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
Tests/.coveragerc
+33
-0
33 additions, 0 deletions
Tests/.coveragerc
Tests/coverage_all.sh
+1
-0
1 addition, 0 deletions
Tests/coverage_all.sh
with
34 additions
and
0 deletions
Tests/.coveragerc
0 → 100644
+
33
−
0
View file @
8138e7ca
# .coveragerc to control coverage.py
[run]
branch = True
concurrency = multiprocessing
parallel = True
cover_pylib = False
source = ParetoLib
[report]
# Show BoolLearnLib lines that are not executed during testing
show_missing = True
# Regexes for lines to exclude from consideration
exclude_lines =
# Have to re-enable the standard pragma
pragma: no cover
# Don't complain about missing debug-only code:
def __repr__
if self\.debug
# Don't complain if tests don't hit defensive assertion code:
raise AssertionError
raise NotImplementedError
# Don't complain if non-runnable code isn't run:
if 0:
if __name__ == .__main__.:
ignore_errors = True
[html]
directory = coverage_html_report
\ No newline at end of file
This diff is collapsed.
Click to expand it.
Tests/coverage_all.sh
+
1
−
0
View file @
8138e7ca
...
...
@@ -4,6 +4,7 @@ coverage run -m --parallel-mode pytest test_Samples.py
coverage run
-m
--parallel-mode
pytest test_Table.py
coverage run
-m
--parallel-mode
pytest test_Terms.py
coverage combine
coverage report
#coverage report --omit=*BoolLearnLib/_py3k*
#coverage html -d coverage/report-python
coverage erase
\ No newline at end of file
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment