Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
B
beem
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
Show more breadcrumbs
hive
beem
Commits
50a00127
Commit
50a00127
authored
4 years ago
by
Holger
Browse files
Options
Downloads
Patches
Plain Diff
add missing dir to coverage calc
parent
60739f8c
No related branches found
No related tags found
2 merge requests
!5
Taken current version of master branch in the https://github.com/holgern/beem
,
!4
Original changes pushed to master at https://github.com/holgern/beem
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.coveragerc
+1
-0
1 addition, 0 deletions
.coveragerc
tox.ini
+3
-3
3 additions, 3 deletions
tox.ini
with
4 additions
and
3 deletions
.coveragerc
+
1
−
0
View file @
50a00127
...
...
@@ -5,6 +5,7 @@ source =
beembase/
beemapi/
beemgraphenebase/
beemstorage/
omit =
*/.eggs/*
*/.tox/*
...
...
This diff is collapsed.
Click to expand it.
tox.ini
+
3
−
3
View file @
50a00127
...
...
@@ -61,14 +61,14 @@ deps=
# pep8-naming
# flake8-colors
commands
=
flake8
beem
beemapi
beembase
beemgraphenebase
setup.py
examples
tests
flake8
beem
beemapi
beembase
beemgraphenebase
beemstorage
setup.py
examples
tests
[testenv:pylint]
deps
=
pyflakes
pylint
commands
=
pylint
beem
beemapi
beembase
beemgraphenebase
tests
pylint
beem
beemapi
beembase
beemgraphenebase
beemstorage
tests
[testenv:doc8]
skip_install
=
true
...
...
@@ -83,7 +83,7 @@ skip_install = true
deps
=
mypy-lang
commands
=
mypy
beem
beemapi
beembase
beemgraphenebase
mypy
beem
beemapi
beembase
beemgraphenebase
beemstorage
[testenv:bandit]
...
...
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