Skip to content

Commit acf255f

Browse files
[CI] Part 3 of many (- WIP PR #82 -)
1 parent 6fc0189 commit acf255f

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/Tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -213,10 +213,10 @@ jobs:
213213
id: clean
214214
run: make -j1 -f Makefile clean || true ;
215215
- name: Generate Coverage for py3.9 on ${{ matrix.os }}
216-
if: ${{ runner.python-version }} == "3.9"
216+
if: ${{ runner.python-version == "3.9" }}
217217
run: make -f Makefile test ;
218218
- name: Generate Coverage for py${{ matrix.python-version }} on ${{ matrix.os }}
219-
if: ${{ runner.python-version }} != "3.9"
219+
if: ${{ runner.python-version != "3.9" }}
220220
run: make -f Makefile test-pytest ;
221221
- name: Upload Python ${{ matrix.python-version }} coverage to Codecov
222222
uses: codecov/codecov-action@v5

tests/fetch_cc-test-reporter

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ diff -q <(tail -n 191 "$0" | head -n 189 | shasum -a 384 -t -) <(tail -n 1 "$0")
7070
ulimit -t 90
7171
PATH="/bin:/sbin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin:${PATH}"
7272
LANG=${LANG:-"en_US"}
73-
LC_ALL="${LANG:1:5}.utf-8"
73+
LC_ALL="${LANG:0:5}.utf-8"
7474
umask 127
7575

7676
LOCK_FILE="${TMPDIR:-/tmp}/org.pak.tests.scripts.code-climate.lock"
@@ -255,4 +255,4 @@ cleanup 2>/dev/null || rm -f "${LOCK_FILE}" 2>/dev/null > /dev/null || : ; wait
255255
exit ${EXIT_CODE:-255} ;
256256

257257
# This file's code hash:
258-
c1c7061d8f7686b221742d3b85c4a14db9699225f1766b6fbd68053642e1aea524736b93445554a1af14ed933ada4ed9 -
258+
bd3a1cfef39983285334fad565c7a0643c208c3a7fb1a6aa4d19d44b537d21a5e2f8f13dbe3ed133e6f1435ed30c50ac -

0 commit comments

Comments
 (0)