Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
F
force-bdss
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
Service Desk
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
Show more breadcrumbs
Adham Hashibon
force-bdss
Merge requests
!19
Added coveragerc file
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Added coveragerc file
fix-incorrect-codecov
into
master
Overview
1
Commits
1
Pipelines
0
Changes
1
Merged
Adham Hashibon
requested to merge
fix-incorrect-codecov
into
master
7 years ago
Overview
1
Commits
1
Pipelines
0
Changes
1
Expand
Created by: stefanoborini
Adds the .coveragerc file for codecov execution.
0
0
Merge request reports
Compare
master
master (base)
and
latest version
latest version
c773f662
1 commit,
6 years ago
1 file
+
23
−
0
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
.coveragerc
0 → 100644
+
23
−
0
Options
[run]
branch = True
source = force_bdss
omit = */tests/*
*/bench/*
*/scripts/*
[report]
# 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__
# Don't complain if tests don't hit defensive assertion code:
raise AssertionError
raise NotImplementedError
if __name__ == .__main__.:
ignore_errors = True
Loading