Skip to content

Commit cb31157

Browse files
committed
tidy rollback
1 parent d001466 commit cb31157

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

.github/workflows/sonarcloud.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
runs-on: ubuntu-latest
1414

1515
steps:
16-
- uses: actions/checkout@v4
16+
- uses: actions/checkout@v5
1717
with:
1818
fetch-depth: 0
1919

@@ -60,7 +60,7 @@ jobs:
6060
continue-on-error: true
6161
run: |
6262
poetry install
63-
poetry run coverage run -m unittest discover -s "./tests" -p "*batch*.py" || echo "recordforwarder tests failed" >> ../failed_tests.txt
63+
poetry run coverage run -m unittest discover -p "*batch*.py" || echo "recordforwarder tests failed" >> ../failed_tests.txt
6464
poetry run coverage xml -o ../recordforwarder-coverage.xml
6565
6666
- name: Run unittest with coverage-ack-lambda

recordprocessor/pyproject.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
[tool.poetry]
2-
name = "filenameprocessor"
3-
version = "0.1.0"
2+
name = "processor"
3+
version = "0.1.0"
44
description = ""
5-
readme = "README.md"
6-
authors = ["Your Name <[email protected]>"]
7-
packages = [{ include = "src" }]
5+
authors = ["Your Name <[email protected]>"]
6+
readme = "README.md"
7+
packages = [{include = "src"}]
88

99
[tool.poetry.dependencies]
1010
python = "~3.11"

0 commit comments

Comments
 (0)