Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
TASTE
dmt
Commits
139b9821
Commit
139b9821
authored
Jun 27, 2016
by
Thanassis Tsiodras
Browse files
Add coverage tests in main Makefile - but only for local builds
parent
0af7dbcd
Changes
1
Hide whitespace changes
Inline
Side-by-side
Makefile
View file @
139b9821
PY_SRC
:=
$(
wildcard
dmt/asn2dataModel.py dmt/aadl2glueC.py dmt/smp2asn.py dmt/
*
mappers/[a-zA-Z]
*
py dmt/commonPy/[a-zA-Z]
*
py
)
PY_SRC
:=
$(
filter-out
dmt/B_mappers/antlr.main.py dmt/A_mappers/Stubs.py,
${PY_SRC}
)
all
:
flake8 pylint mypy coverage
all
:
flake8 pylint mypy
allLocal
:
flake8 pylint mypy coverage
flake8
:
@
echo
Performing syntax checks via flake8...
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment