File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed
Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 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
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
Original file line number Diff line number Diff line change 11[tool .poetry ]
2- name = " filenameprocessor "
3- version = " 0.1.0"
2+ name = " processor "
3+ version = " 0.1.0"
44description = " "
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 ]
1010python = " ~3.11"
You can’t perform that action at this time.
0 commit comments