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
36b8ad30
Commit
36b8ad30
authored
2 years ago
by
Martin Lange
Browse files
Options
Downloads
Patches
Plain Diff
recover test coverage
parent
05b5269b
No related branches found
No related tags found
1 merge request
!136
Remove all matplotlib stuff
Pipeline
#123735
passed with stages
in 2 minutes and 51 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.gitlab-ci.yml
+1
-1
1 addition, 1 deletion
.gitlab-ci.yml
tests/modules/test_callback.py
+1
-0
1 addition, 0 deletions
tests/modules/test_callback.py
with
2 additions
and
1 deletion
.gitlab-ci.yml
+
1
−
1
View file @
36b8ad30
...
...
@@ -19,7 +19,7 @@ test:
stage
:
test
script
:
-
pip3 install --editable .[test]
-
python -m pytest --cov finam --cov-report
html:cov
--cov-report
term-missing
--cov-report xml:cov.xml -v tests/
-
python -m pytest --cov finam --cov-report
term-missing
--cov-report
html:cov
--cov-report xml:cov.xml -v tests/
coverage
:
'
/(?i)total.*?
(100(?:\.0+)?\%|[1-9]?\d(?:\.\d+)?\%)$/'
artifacts
:
reports
:
...
...
This diff is collapsed.
Click to expand it.
tests/modules/test_callback.py
+
1
−
0
View file @
36b8ad30
...
...
@@ -40,6 +40,7 @@ class TestCallback(unittest.TestCase):
inputs
=
{
"
In1
"
:
Info
(
None
,
grid
=
NoGrid
())},
start
=
datetime
(
2000
,
1
,
1
),
step
=
timedelta
(
days
=
7
),
log_data
=
"
DEBUG
"
,
)
composition
=
Composition
([
source
,
trans
,
consumer
])
...
...
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