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

SwissDataScienceCenter / renku-python / 5588870683

pending completion
5588870683

push

github-actions

web-flow
chore: remove unused dependencies (#3560)

23497 of 30114 relevant lines covered (78.03%)

6.65 hits per line

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

85.71
/renku/command/init.py
1
#
2
# Copyright 2020 - 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
"""Project initialization commands."""
8✔
18

19
from renku.command.command_builder.command import Command
8✔
20
from renku.core.init import create_from_template_local, init_project
8✔
21

22

23
def init_project_command():
8✔
24
    """Init command builder."""
25
    return Command().command(init_project).with_database()
8✔
26

27

28
def create_from_template_local_command():
8✔
29
    """Command to initialize a new project from a template."""
30
    return Command().command(create_from_template_local).with_database()
×
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