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

Apply COPIERTemplate #242

Closed
wants to merge 1 commit into from
Closed

Apply COPIERTemplate #242

wants to merge 1 commit into from

Conversation

abelsiqueira
Copy link
Member

The jury is still out on what features will be added in the COPIERTemplate, and it should be easy to switch if we want to create a specific JSOTemplate.

Main features:

  1. Adds several linter and formatters through pre-commit, and their configuration files. If the user installs pre-commit (and they should), this will run before the commit is completed, possibly fixing formatting, and complaining about linter issues. The same linters are run online in the CI.
  2. Fixes issues found by these linters (mostly MD files).
  3. Breaks CI.yml into Test.yml and Docs.yml, to allow for
    selective runs.
  4. Adds documentation for contributors (contributing.md) and for developer setup (developer.md).
  5. Adds a CITATION.cff and remove .zenodo.json

Some of these changes had to be manually assisted, but the vast majority was done simply by applying the template.

@codecov
Copy link

codecov bot commented Sep 29, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 88.49%. Comparing base (3cca9d5) to head (c49ca24).
Report is 35 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #242   +/-   ##
=======================================
  Coverage   88.49%   88.49%           
=======================================
  Files           7        7           
  Lines        1026     1026           
=======================================
  Hits          908      908           
  Misses        118      118           

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

@github-actions
Copy link
Contributor

Package name latest stable
FletcherPenaltySolver.jl
Percival.jl

@tmigot
Copy link
Member

tmigot commented Oct 7, 2024

This will be superseded by BestieTemplate

@tmigot tmigot closed this Oct 7, 2024
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.

2 participants