Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[130] Add and initial version of a Makefile version and tiny test CI pipeline #131

Open
wants to merge 5 commits into
base: main
Choose a base branch
from

Conversation

MothNik
Copy link
Collaborator

@MothNik MothNik commented Aug 11, 2024

This pull request

  • adds an initial version of a Makefile with basic commands, i.e., installation, build, lint checks, individual and parallelized testing (also mentioned in the new Development section of the ✍️ README)
  • adds a tiny test CI pipeline that runs on every pull request and push on main ... so it should do now as well 😅 It relies on a matrix strategy to test the package on all supported Python version 🐍

image

Closes #130

DEV:
- added a tiny sketch of a `Makefile`
- added a test CI pipeline for the package
BUG:
- fixed CI broken coverage in test runs ?
BUG:
- fixed wrong backslashes in Makefile test commands that crashes CI ?
DEV:
- removed current branch pushes from test CI
DOC:
- added individual test commands to `README`
@MothNik MothNik added 🦾 Github Actions Enhancements and changes of the GitHub workflows 🧰 Utilities Utilities to simplify/improve development labels Aug 11, 2024
@MothNik MothNik requested a review from paucablop August 11, 2024 11:34
@MothNik MothNik self-assigned this Aug 11, 2024
@MothNik MothNik linked an issue Aug 11, 2024 that may be closed by this pull request
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🦾 Github Actions Enhancements and changes of the GitHub workflows 🧰 Utilities Utilities to simplify/improve development
Projects
None yet
Development

Successfully merging this pull request may close these issues.

🧰 Add initial Makefile version and tiny test CI pipeline
1 participant