Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
py-scaffold
Manage
Activity
Members
Labels
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
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
Piotr Maślanka
py-scaffold
Commits
7acbba9f
There was a problem fetching the pipeline stages.
Commit
7acbba9f
authored
8 years ago
by
Piotr Maślanka
Browse files
Options
Downloads
Patches
Plain Diff
reformatted readme
parent
13158b70
No related branches found
No related tags found
No related merge requests found
Pipeline
#277
passed with stages
in 26 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+17
-18
17 additions, 18 deletions
README.md
with
17 additions
and
18 deletions
README.md
+
17
−
18
View file @
7acbba9f
...
...
@@ -15,24 +15,23 @@ This is a generic scaffold for Python projects that use:
1.
`git clone http://git.dms-serwis.com.pl/henrietta/py-scaffold.git`
2.
Delete
`.git`
directory
3.
Adjust this code to your project
3.
1. Rename
[
your_project_source
](
your_project_source
)
to match your project
3.
2. adjust
[
setup.py
](
setup.py
)
3.
3. adjust
[
.coveragerc
](
.coveragerc
)
3.
4. adjust
[
license
](
LICENSE
)
3.
5. adjust or delete
[
contribution guide
](
CONTRIBUTING.md
)
3.
6. adjust or delete
[
change log
](
CHANGELOG.md
)
3.
7. adjust
[
Vagrantfile
](
Vagrantfile
)
, or remove it
3.
8. adjust
[
MANIFEST.in
](
MANIFEST.in
)
if you have data files
3.
9. adjust
[
docs
](
docs/
)
3.
10. adjust
[
gitlab-ci.yml
](
.gitlab-ci.yml
)
, especially if your tests require a
Vagrant environment
4.
Set up a repository on GitLab
5.
Ensure you have _master_ permission on this repository
6.
Set
`^TOTAL\s+\d+\s+\d+\s+\d+\s+\d+\s+(\d+)%$`
in
3.
Rename
[
your_project_source
](
your_project_source
)
to match your project
4.
adjust
[
setup.py
](
setup.py
)
5.
adjust
[
.coveragerc
](
.coveragerc
)
6.
adjust
[
license
](
LICENSE
)
7.
adjust or delete
[
contribution guide
](
CONTRIBUTING.md
)
8.
adjust or delete
[
change log
](
CHANGELOG.md
)
9.
adjust
[
Vagrantfile
](
Vagrantfile
)
, or remove it
10.
adjust
[
MANIFEST.in
](
MANIFEST.in
)
if you have data files
11.
adjust
[
docs
](
docs/
)
12.
adjust
[
gitlab-ci.yml
](
.gitlab-ci.yml
)
, especially if your tests require a
Vagrant environment
13.
Set up a repository on GitLab
14.
Ensure you have _master_ permission on this repository
15.
Set
`^TOTAL\s+\d+\s+\d+\s+\d+\s+\d+\s+(\d+)%$`
in
_Settings>CI/CD Pipelines>Test coverage parsing_ for GitLab to display
test coverage data
7
.
`git init`
8
.
Add suitable remotes, commit the data, push to repo
9
.
Done!
16
.
`git init`
17
.
Add suitable remotes, commit the data, push to repo
18
.
Done!
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