Skip to content

Commit

Permalink
Merge dev into main
Browse files Browse the repository at this point in the history
  • Loading branch information
DinisCruz committed May 28, 2024
2 parents fbca627 + 9a9e273 commit feaa0d4
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
14 changes: 7 additions & 7 deletions .github/actions/run-unit-tests/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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 }}
# - name: Upload coverage reports to Codecov
# uses: codecov/codecov-action@v4
# env:
# CODECOV_TOKEN : ${{ inputs.codecov_token }}
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
2 changes: 1 addition & 1 deletion osbot_github_actions/version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v0.6.0
v0.6.1
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>"]
license = "MIT"
Expand Down

0 comments on commit feaa0d4

Please sign in to comment.