Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
clair-singularity
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Container Registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
BioHPC
clair-singularity
Commits
c5eea8b7
There was an error fetching the commit references. Please try again later.
Commit
c5eea8b7
authored
7 years ago
by
David Trudgian
Browse files
Options
Downloads
Patches
Plain Diff
Coveralls symlink hack
parent
c8209e8a
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
build_scripts/travis_tests.sh
+2
-0
2 additions, 0 deletions
build_scripts/travis_tests.sh
with
2 additions
and
0 deletions
build_scripts/travis_tests.sh
+
2
−
0
View file @
c5eea8b7
...
@@ -23,6 +23,8 @@ if [[ $TRAVIS_PYTHON_VERSION == "3.5"* ]]; then
...
@@ -23,6 +23,8 @@ if [[ $TRAVIS_PYTHON_VERSION == "3.5"* ]]; then
docker run
-v
$TRAVIS_BUILD_DIR
:/app
--privileged
--name
clair-singularity
--link
clair:clair clair_singularity pytest tests/
-v
--cov
clair_singularity
--cov-report
term-missing
docker run
-v
$TRAVIS_BUILD_DIR
:/app
--privileged
--name
clair-singularity
--link
clair:clair clair_singularity pytest tests/
-v
--cov
clair_singularity
--cov-report
term-missing
if
[
$?
-eq
0
]
;
then
if
[
$?
-eq
0
]
;
then
# TODO - fix this bodge properly by running coveralls inside the container (think needs some ENV passed in)
sudo ln
-s
$TRAVIS_BUILD_DIR
/app
coveralls
-b
$TRAVIS_BUILD_DIR
coveralls
-b
$TRAVIS_BUILD_DIR
fi
fi
fi
fi
This diff is collapsed.
Click to expand it.
Preview
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!
Save comment
Cancel
Please
register
or
sign in
to comment