diff --git a/.github/workflows/build-and-release.yml b/.github/workflows/build-and-release.yml index 12dae33..0d69e9d 100644 --- a/.github/workflows/build-and-release.yml +++ b/.github/workflows/build-and-release.yml @@ -24,13 +24,6 @@ jobs: run: | poetry self add "poetry-dynamic-versioning[plugin]" poetry install --all-extras - - name: Test & publish code coverage - uses: paambaati/codeclimate-action@v5.0.0 - env: - CC_TEST_REPORTER_ID: ${{secrets.CC_TEST_REPORTER_ID}} - with: - coverageCommand: poetry run pytest - coverageLocations: ${{github.workspace}}/dist/coverage.info:lcov # - name: Create Github release # uses: "marvinpinto/action-automatic-releases@latest" # with: diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..8d5c756 --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +.idea/ +dist/ \ No newline at end of file