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
1d5096fc
Commit
1d5096fc
authored
3 years ago
by
Sebastian Müller
🐈
Browse files
Options
Downloads
Patches
Plain Diff
CI: add cov xml report
parent
14272ced
No related branches found
No related tags found
1 merge request
!54
Output: add 'has_targets' property
Pipeline
#75011
passed with stage
Stage: build
in 1 minute and 21 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+4
-1
4 additions, 1 deletion
.gitlab-ci.yml
with
4 additions
and
1 deletion
.gitlab-ci.yml
+
4
−
1
View file @
1d5096fc
...
...
@@ -11,7 +11,10 @@ check:
script
:
-
black --check --diff --color .
-
pip3 install --editable .[test]
-
python -m pytest --cov finam --cov-report term-missing -v tests/
-
python -m pytest --cov finam --cov-report term-missing --cov-report xml:cov.xml -v tests/
artifacts
:
reports
:
cobertura
:
cov.xml
documentation
:
stage
:
build
...
...
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