We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 237fdf6 commit 0415c6fCopy full SHA for 0415c6f
.github/workflows/build.yml
@@ -166,7 +166,7 @@ jobs:
166
- name: Fix file permission
167
run: chmod +x micropython/mpy-cross/build/mpy-cross
168
- name: Build and test
169
- run: COVERAGE=1 ./test-virtualhub.sh
+ run: ./test-virtualhub.sh
170
- name: Coveralls
171
uses: coverallsapp/github-action@v2
172
with:
test-virtualhub.sh
@@ -11,7 +11,9 @@ if [[ $CI != "true" ]]; then
11
NOT_CI="true"
12
fi
13
14
-: ${COVERAGE:=1}
+COVERAGE=1
15
+export COVERAGE
16
+
17
SCRIPT_DIR=$(readlink -f "$(dirname "$0")")
18
BRICK_DIR="$SCRIPT_DIR/bricks/simhub"
19
MP_TEST_DIR="$SCRIPT_DIR/micropython/tests"
0 commit comments