Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
finam
Manage
Activity
Members
Labels
Plan
Issues
31
Issue boards
Milestones
Code
Merge requests
3
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Monitor
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
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
FINAM
finam
Commits
11df39ad
Commit
11df39ad
authored
2 years ago
by
Sebastian Müller
🐈
Browse files
Options
Downloads
Patches
Plain Diff
Docs: update CI
parent
196510a6
No related branches found
No related tags found
1 merge request
!114
Doc: Integrate FINAM book and update API doc
Pipeline
#122765
failed with stages
in 2 minutes and 1 second
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+4
-3
4 additions, 3 deletions
.gitlab-ci.yml
with
4 additions
and
3 deletions
.gitlab-ci.yml
+
4
−
3
View file @
11df39ad
...
...
@@ -19,20 +19,21 @@ test:
stage
:
test
script
:
-
pip3 install --editable .[test]
-
python -m pytest --cov finam --cov-report term-missing --cov-report xml:cov.xml -v tests/
-
python -m pytest --cov finam --cov-report
html:cov --cov-report
term-missing --cov-report xml:cov.xml -v tests/
coverage
:
'
/(?i)total.*?
(100(?:\.0+)?\%|[1-9]?\d(?:\.\d+)?\%)$/'
artifacts
:
reports
:
coverage_report
:
coverage_format
:
cobertura
path
:
cov.xml
paths
:
-
cov
documentation
:
stage
:
build
script
:
-
pip3 install --editable .[doc]
-
sphinx-apidoc --separate -o docs src/finam
-
sphinx-build -b html docs docs/build
-
sphinx-build docs/source docs/build
-
mv docs/build public/
artifacts
:
paths
:
...
...
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