Skip to content

feat(copy): adds copier template#14

Open
Matt-Carre wants to merge 1 commit into
mainfrom
copier-ci
Open

feat(copy): adds copier template#14
Matt-Carre wants to merge 1 commit into
mainfrom
copier-ci

Conversation

@Matt-Carre

@Matt-Carre Matt-Carre commented Jul 14, 2026

Copy link
Copy Markdown
Collaborator

Adds a copier template.

Requires you to:
make a new directory
open new_directory_path
git init in that directory
git remote add origin {origin ssh}
git branch -M main

cd ..
then either:

git clone this repo
copier copy {this_repo's_path} {new_directory_path}
or:
copier copy git@github.com:DiamondLightSource/python-copier-template.git {new directory path}
rebuild in dev container without cache

Upon a rebase (i.e., once my other two PRs are merged), we will need to move the new things into the copy template folder and update accordingly.

Furthermore, I've added a #type:ignore in the copier init.py portion because pydantic was complaining.

Also - a lot of the changed files here are me copying over files from e.g. the .github folder, so are probably not worth looking at when you guys come to review it just so you're aware :) - because 3198 lines is a LOT

my copied version is here:
https://github.com/Matt-Carre/copy-test

@codecov

codecov Bot commented Jul 14, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 100.00%. Comparing base (b0bb15c) to head (babf18d).

Additional details and impacted files
@@            Coverage Diff            @@
##              main       #14   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            3         3           
  Lines           22        22           
=========================================
  Hits            22        22           

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant