Mentions légales du service
Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
faust
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
Package registry
Model registry
Operate
Environments
Terraform modules
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
Admin message
GitLab upgrade completed. Current version is 17.11.3.
Show more breadcrumbs
faust group
faust
Commits
28d5c383
Commit
28d5c383
authored
1 year ago
by
hhakim
Browse files
Options
Downloads
Patches
Plain Diff
Fix loss of pyfaust coverage info.
parent
3544a9c5
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
misc/continuous_integration/jobs/linux/pyfaust_coverage.sh
+1
-1
1 addition, 1 deletion
misc/continuous_integration/jobs/linux/pyfaust_coverage.sh
with
1 addition
and
1 deletion
misc/continuous_integration/jobs/linux/pyfaust_coverage.sh
+
1
−
1
View file @
28d5c383
...
@@ -33,7 +33,7 @@ CE conda install -c conda-forge -y coverage
...
@@ -33,7 +33,7 @@ CE conda install -c conda-forge -y coverage
CE coverage erase
# just in case
CE coverage erase
# just in case
PYFAUST_DIR
=
$(
dirname
$(
CE python
-c
"import pyfaust as pf; print(pf.__file__)"
))
PYFAUST_DIR
=
$(
dirname
$(
CE python
-c
"import pyfaust as pf; print(pf.__file__)"
))
CE coverage run
--source
$PYFAUST_DIR
misc/test/src/Python/test_FaustPy.py
CE coverage run
--source
$PYFAUST_DIR
misc/test/src/Python/test_FaustPy.py
CE coverage run
--source
$PYFAUST_DIR
$PYFAUST_DIR
/datadl.py /tmp/myfaustdata
CE coverage run
-a
--source
$PYFAUST_DIR
$PYFAUST_DIR
/datadl.py /tmp/myfaustdata
rm
-Rf
/tmp/myfaustdata
rm
-Rf
/tmp/myfaustdata
#coverage run -a --source $PYFAUST_DIR $PYFAUST_DIR/tests/run.py # only real and cpu, all tests are ran below
#coverage run -a --source $PYFAUST_DIR $PYFAUST_DIR/tests/run.py # only real and cpu, all tests are ran below
# take doctest into account
# take doctest into account
...
...
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