diff --git a/.copier-answers.yml b/.copier-answers.yml index 72a42323..b2bdcfa2 100644 --- a/.copier-answers.yml +++ b/.copier-answers.yml @@ -1,6 +1,6 @@ # WARNING: Do not edit this file manually. # Any changes will be overwritten by Copier. -_commit: v0.0.3 +_commit: v0.0.5 _src_path: gh:easyscience/templates app_docs_url: https://easyscience.github.io/dynamics-app app_doi: 10.5281/zenodo.18163581 diff --git a/.github/workflows/dashboard.yml b/.github/workflows/dashboard.yml index 825294f9..f0178085 100644 --- a/.github/workflows/dashboard.yml +++ b/.github/workflows/dashboard.yml @@ -29,10 +29,9 @@ jobs: shell: bash run: pixi add --pypi --git https://github.com/enhantica/badgery badgery - # Temporary: do not use $DEFAULT_BRANCH in $DEFAULT_BRANCH $DEVELOP_BRANCH $CI_BRANCH - name: Run docstring coverage and code complexity/maintainability checks run: | - for BRANCH in $DEVELOP_BRANCH $CI_BRANCH; do + for BRANCH in $DEFAULT_BRANCH $DEVELOP_BRANCH $CI_BRANCH; do echo echo "πΉπΈπΉπΈπΉ Processing branch $BRANCH πΉπΈπΉπΈπΉ" if [ -d "../$BRANCH" ]; then @@ -57,10 +56,6 @@ jobs: pixi run radon raw -s -j $CODE_PATH > reports/$BRANCH/raw-metrics.json done - # Temporary: copy develop branch code metrics to default branch folder - - name: Copy develop branch reports to default branch folder - run: cp -r reports/$DEVELOP_BRANCH reports/$DEFAULT_BRANCH - - name: Generate dashboard HTML run: > pixi run python -m badgery --config .badgery.yaml --repo ${{ github.repository diff --git a/README.md b/README.md index 4cb6740e..2f55c56f 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,11 @@
+