File tree Expand file tree Collapse file tree 3 files changed +2
-18
lines changed
exasol/toolbox/templates/github/workflows Expand file tree Collapse file tree 3 files changed +2
-18
lines changed Original file line number Diff line number Diff line change 2727 path : ./artifacts
2828
2929 - name : Copy Artifacts into Root Folder
30- working-directory : ./artifacts
31- run : |
32- poetry run -- coverage combine --keep coverage-python3.9*/.coverage
33- # Errors during copying are ignored because they are checked in the next step
34- cp .coverage ../ || true
35- cp lint-python3.9/.lint.txt ../ || true
36- cp lint-python3.9/.lint.json ../ || true
37- cp security-python3.9/.security.json ../ || true
30+ run : poetry run -- nox -s artifacts:copy -- artifacts
3831
3932 - name : Validate Artifacts
4033 run : poetry run -- nox -s artifacts:validate
Original file line number Diff line number Diff line change 2727 path : ./artifacts
2828
2929 - name : Copy Artifacts into Root Folder
30- working-directory : ./artifacts
31- run : |
32- poetry run -- coverage combine --keep coverage-python3.9*/.coverage
33- # Errors during copying are ignored because they are checked in the next step
34- cp .coverage ../ || true
35- cp lint-python3.9/.lint.txt ../ || true
36- cp lint-python3.9/.lint.json ../ || true
37- cp security-python3.9/.security.json ../ || true
30+ run : poetry run -- nox -s artifacts:copy -- artifacts
3831
3932 - name : Validate Artifacts
4033 run : poetry run -- nox -s artifacts:validate
Original file line number Diff line number Diff line change @@ -40,8 +40,6 @@ def test_missing_files(tmp_path, capsys):
4040 ),
4141 captured .err ,
4242 )
43- # with capsys.disabled():
44- # print(captured.err)
4543
4644
4745@dataclass
You can’t perform that action at this time.
0 commit comments