Skip to content

Commit 312c262

Browse files
committed
Updating package directories in ci and testing
1 parent 9fcb101 commit 312c262

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed

.circleci/config.yml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -18,19 +18,19 @@ commands:
1818
description: "Install all tools"
1919
steps:
2020
- run:
21-
name: "Install mbed-os-tools for legacy package testing"
21+
name: "Install mbed-os-tools for other package testing"
2222
command: pip install --user .
2323
- run:
24-
name: "Install legacy mbed-ls"
25-
working_directory: legacy/mbed-ls
24+
name: "Install mbed-ls"
25+
working_directory: packages/mbed-ls
2626
command: pip install --user .
2727
- run:
28-
name: "Install legacy mbed-host-tests"
29-
working_directory: legacy/mbed-host-tests
28+
name: "Install mbed-host-tests"
29+
working_directory: packages/mbed-host-tests
3030
command: pip install --user .
3131
- run:
32-
name: "Install legacy mbed-greentea"
33-
working_directory: legacy/mbed-greentea
32+
name: "Install mbed-greentea"
33+
working_directory: packages/mbed-greentea
3434
command: pip install --user .
3535
setup_and_run_tests:
3636
steps:
@@ -39,11 +39,11 @@ commands:
3939
working_directory: .
4040
- install_all_tools
4141
- run_tests:
42-
working_directory: legacy/mbed-ls
42+
working_directory: packages/mbed-ls
4343
- run_tests:
44-
working_directory: legacy/mbed-host-tests
44+
working_directory: packages/mbed-host-tests
4545
- run_tests:
46-
working_directory: legacy/mbed-greentea
46+
working_directory: packages/mbed-greentea
4747

4848
enforce_style:
4949
steps:
@@ -58,7 +58,7 @@ commands:
5858
steps:
5959
- run:
6060
name: Combine all coverage results
61-
command: python -m coverage combine .coverage legacy/*/.coverage
61+
command: python -m coverage combine .coverage packages/*/.coverage
6262
- run:
6363
name: Send coverage results to coveralls
6464
command: python -m coveralls

.flake8

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# I'm inclined to agree, or not to dissagree.
44
max-line-length = 88
55
exclude =
6-
legacy/*,
6+
packages/*,
77
src/mbed_os_tools/test/host_tests/*,
88
src/mbed_os_tools/test/host_tests_conn_proxy/*,
99
src/mbed_os_tools/test/host_tests_logger/*,

0 commit comments

Comments
 (0)