From 8d3b98357e099581a949a9c8edc984c6443cdd7b Mon Sep 17 00:00:00 2001 From: Rodrigo V Honorato Date: Wed, 24 Apr 2024 17:55:36 +0200 Subject: [PATCH 1/2] add codacy integration --- .github/workflows/tests.yml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index c3ac7a6ec..e64c72321 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -54,11 +54,10 @@ jobs: - name: unit tests run: tox -e test - - uses: codecov/codecov-action@v2 + - uses: codacy/codacy-coverage-reporter-action@v1 with: - files: ./coverage.xml - fail_ci_if_error: false - verbose: true + project-token: ${{ secrets.CODACY_PROJECT_TOKEN }} + coverage-reports: ./coverage.xml integration: needs: unit From 98f3fc7bf39247425a6ce70ab8d4cc58654c8bc4 Mon Sep 17 00:00:00 2001 From: Rodrigo V Honorato Date: Wed, 24 Apr 2024 18:04:43 +0200 Subject: [PATCH 2/2] Add .howfairis.yml configuration file --- .howfairis.yml | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 .howfairis.yml diff --git a/.howfairis.yml b/.howfairis.yml new file mode 100644 index 000000000..b8afe3d0c --- /dev/null +++ b/.howfairis.yml @@ -0,0 +1,9 @@ +## Uncomment a line if you want to skip a given category of checks + +#skip_repository_checks_reason: +#skip_license_checks_reason: +#skip_registry_checks_reason: +#skip_citation_checks_reason: +skip_checklist_checks_reason: "I'm using the Codacy dashboard to guide my development" + +ignore_commented_badges: false