Skip to content
Snippets Groups Projects
Commit 8c2db649 authored by Klaas Kliffen's avatar Klaas Kliffen :satellite:
Browse files

Merge branch 'several-fixes' into 'main'

Several small fixes

See merge request !22
parents 5c109e97 27ed91c8
No related branches found
No related tags found
1 merge request!22Several small fixes
Pipeline #57156 passed with warnings
Pipeline: Python Package

#57157

    { {
    "project_name": "My Awesome App", "project_name": "My Awesome App",
    "project_slug": "{{ cookiecutter.project_name.lower()|replace(' ', '_')|replace('-', '_')|replace('.', '_')|trim() }}", "project_slug": "{{ cookiecutter.project_name.lower()|replace(' ', '_')|replace('-', '_')|replace('.', '_')|trim() }}",
    "project_url": "git.astron.nl/{{ cookiecutter.project_slug }}",
    "description": "An example package for CI/CD working group" "description": "An example package for CI/CD working group"
    } }
    dist/* dist/*
    *.egg-info *.egg-info
    *.pyc *.pyc
    .tox
    .coverage .coverage
    coverage.xml coverage.xml
    htmlcov/* htmlcov/*
    build
    dist
    # Setuptools SCM # Setuptools SCM
    {{cookiecutter.project_slug}}/_version.py {{cookiecutter.project_slug}}/_version.py
    ......
    # {{cookiecutter.project_name}} # {{cookiecutter.project_name}}
    <!-- TODO: replace --> ![Build status]({{cookiecutter.project_url}}/badges/main/pipeline.svg)
    ![Build status](https://git.astron.nl/templates/python-package/badges/main/pipeline.svg) ![Test coverage]({{cookiecutter.project_url}}/badges/main/coverage.svg)
    ![Test coverage](https://git.astron.nl/templates/python-package/badges/main/coverage.svg)
    <!-- ![Latest release](https://git.astron.nl/templates/python-package/badges/main/release.svg) --> <!-- ![Latest release](https://git.astron.nl/templates/python-package/badges/main/release.svg) -->
    An example repository of an CI/CD pipeline for building, testing and publishing a python package. An example repository of an CI/CD pipeline for building, testing and publishing a python package.
    ......
    0% Loading or .
    You are about to add 0 people to the discussion. Proceed with caution.
    Please register or to comment