Skip to content

Commit 99909c1

Browse files
committed
Remove init and bats.
1 parent 45509e0 commit 99909c1

12 files changed

+0
-1090
lines changed

.github/workflows/scaffold-test.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,6 @@ jobs:
4343
- name: Setup Node.js
4444
uses: actions/setup-node@v4
4545

46-
- name: Setup kcov
47-
run: wget https://github.com/SimonKagstrom/kcov/releases/download/v42/kcov-amd64.tar.gz && tar -xf kcov-amd64.tar.gz && sudo mv ./usr/local/bin/kcov /usr/local/bin/kcov && kcov --version
48-
4946
- name: Install Ahoy
5047
run: |
5148
os=$(uname -s | tr '[:upper:]' '[:lower:]') && architecture=$(case $(uname -m) in x86_64 | amd64) echo "amd64" ;; aarch64 | arm64 | armv8) echo "arm64" ;; *) echo "amd64" ;; esac)

.scaffold/tests/.gitignore

Lines changed: 0 additions & 2 deletions
This file was deleted.

.scaffold/tests/bats/_assert_init.bash

Lines changed: 0 additions & 187 deletions
This file was deleted.

.scaffold/tests/bats/_helper.bash

Lines changed: 0 additions & 70 deletions
This file was deleted.

0 commit comments

Comments
 (0)