• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

SwissDataScienceCenter / renku-python / 4687758207

pending completion
4687758207

push

github-actions

GitHub
chore: update combined dependencies (#3368)

22850 of 29809 relevant lines covered (76.65%)

6.65 hits per line

Source File
Press 'n' to go to next uncovered line, 'b' for previous

60.0
/renku/ui/cli/utils/plugins.py
1
#
2
# Copyright 2018-2023- Swiss Data Science Center (SDSC)
3
# A partnership between École Polytechnique Fédérale de Lausanne (EPFL) and
4
# Eidgenössische Technische Hochschule Zürich (ETHZ).
5
#
6
# Licensed under the Apache License, Version 2.0 (the "License");
7
# you may not use this file except in compliance with the License.
8
# You may obtain a copy of the License at
9
#
10
#     http://www.apache.org/licenses/LICENSE-2.0
11
#
12
# Unless required by applicable law or agreed to in writing, software
13
# distributed under the License is distributed on an "AS IS" BASIS,
14
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
15
# See the License for the specific language governing permissions and
16
# limitations under the License.
17
"""Utility functions for plugins."""
16✔
18

19

20
def get_supported_formats():
16✔
21
    """Deferred import as plugins are slow."""
22
    from renku.core.plugin.workflow import get_supported_formats
12✔
23

24
    return get_supported_formats()
12✔
25

26

27
def available_workflow_providers():
16✔
28
    """Deferred import as plugins are slow."""
29
    from renku.core.plugin.provider import available_workflow_providers
×
30

31
    return available_workflow_providers()
×
32

33

34
def get_supported_session_providers_names():
16✔
35
    """Deferred import as plugins are slow."""
36
    from renku.core.plugin.session import get_supported_session_providers
×
37

38
    return [p.name for p in get_supported_session_providers()]
×
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc