Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Roman Karwacik
website
Commits
b9223f18
Commit
b9223f18
authored
Dec 07, 2017
by
Andreas Valder
Browse files
added sinf tests
parent
ef1d3e4b
Changes
1
Show whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
b9223f18
...
...
@@ -9,9 +9,19 @@ unittest:
-
python3 -m coverage run tests.py
-
python3 -m coverage report --include "./*"
-
python3 -m coverage report -m --include "./*" > report.txt
-
python3 -m coverage --include "./*"
html
-
python3 -m coverage
html
--include "./*"
artifacts
:
paths
:
-
htmlcov/*
-
.coverage
-
report.txt
livetest
:
image
:
debian:stretch
stage
:
test
script
:
-
apt update
-
apt install -y python3 python3-requests
-
python3 -V
-
uname -a
-
./tests/urlcheck_sinf.py
\ No newline at end of file
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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