diff --git a/.github/actions/run-unit-tests/action.yml b/.github/actions/run-unit-tests/action.yml index e88f31c..7ad0ab9 100644 --- a/.github/actions/run-unit-tests/action.yml +++ b/.github/actions/run-unit-tests/action.yml @@ -2,9 +2,9 @@ name: Run Python Tests description: 'Run Python Tests' inputs: - codecov_token: - description: 'CodeCov access token' - required: true +# codecov_token: +# description: 'CodeCov access token' +# required: true package_name: description: 'Package name for coverage' required: true @@ -22,7 +22,7 @@ runs: shell: bash run: | coverage report -m - - name: Upload coverage reports to Codecov - uses: codecov/codecov-action@v4 - env: - CODECOV_TOKEN : ${{ inputs.codecov_token }} \ No newline at end of file +# - name: Upload coverage reports to Codecov +# uses: codecov/codecov-action@v4 +# env: +# CODECOV_TOKEN : ${{ inputs.codecov_token }} \ No newline at end of file diff --git a/README.md b/README.md index b748e12..59455a1 100644 --- a/README.md +++ b/README.md @@ -2,4 +2,4 @@ ## Repo details -![Current Release](https://img.shields.io/badge/release-v0.6.0-blue) +![Current Release](https://img.shields.io/badge/release-v0.6.1-blue) diff --git a/osbot_github_actions/version b/osbot_github_actions/version index 60f6343..1490961 100644 --- a/osbot_github_actions/version +++ b/osbot_github_actions/version @@ -1 +1 @@ -v0.6.0 +v0.6.1 diff --git a/pyproject.toml b/pyproject.toml index ac4d2a6..0eee976 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "osbot_github_actions" -version = "v0.6.0" +version = "v0.6.1" description = "OWASP Security Bot - GitHub Actions" authors = ["Dinis Cruz "] license = "MIT"