Skip to content

Commit 158e228

Browse files
committed
fix: remove unauthorized actions
Signed-off-by: Stefano Braghin <527806+stefano81@users.noreply.github.com>
1 parent 7d8866c commit 158e228

1 file changed

Lines changed: 0 additions & 23 deletions

File tree

.github/workflows/testing.yml

Lines changed: 0 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -91,12 +91,6 @@ jobs:
9191
run: |
9292
uv run bandit -c bandit.yaml -r src/
9393
94-
- name: Run detect-secrets
95-
uses: reviewdog/action-detect-secrets@v0.27.0
96-
with:
97-
github_token: ${{ secrets.GITHUB_TOKEN }}
98-
detect_secrets_flags: --baseline .secrets.baseline
99-
10094
coverage:
10195
name: Test Coverage
10296
runs-on: ubuntu-latest
@@ -138,20 +132,3 @@ jobs:
138132
- name: Run tests with coverage
139133
run: |
140134
uv run pytest tests/ --cov=src/risk_assessment --cov-report=xml --cov-report=html --cov-report=term
141-
142-
- name: Upload coverage reports
143-
uses: codecov/codecov-action@v5
144-
with:
145-
file: ./coverage.xml
146-
flags: unittests
147-
name: codecov-umbrella
148-
fail_ci_if_error: false
149-
env:
150-
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
151-
152-
- name: Upload coverage artifacts
153-
uses: actions/upload-artifact@v4
154-
with:
155-
name: coverage-report
156-
path: htmlcov/
157-
retention-days: 7

0 commit comments

Comments
 (0)