Skip to content

Commit

Permalink
Remove CodeClimate coverage
Browse files Browse the repository at this point in the history
In their infinite wisdom they haven't supported deno yet

Signed-off-by: chinodesuuu <chinodesuuu@gmail.com>
  • Loading branch information
sr229 committed Aug 27, 2024
1 parent d16044e commit 5180e0f
Showing 1 changed file with 0 additions and 17 deletions.
17 changes: 0 additions & 17 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,19 +25,10 @@ jobs:
with:
deno-version: ${{ matrix.deno-version }}

- name: Get CodeClimate Coverage
run: |
curl -L https://codeclimate.com/downloads/test-reporter/test-reporter-latest-linux-amd64 > ./cc-test-reporter
chmod +x ./cc-test-reporter
./cc-test-reporter before-build
- name: Test
run: |
echo 'SAUCENAO_TOKEN=${{ secrets.SAUCENAO_TOKEN }}' > ./.env
deno task coverage:deno
./cc-test-reporter after-build --exit-code $(echo $?)
env:
CC_TEST_REPORTER_ID: bda3746e9ecd039cee2dcfb3c1e4efc59c712a40fa3b9316e281eb00d61c613e
test:
runs-on: ubuntu-latest

Expand All @@ -54,16 +45,8 @@ jobs:

- name: Get Dependencies
run: bun install
# - name: Get CodeClimate Coverage
# run: |
# curl -L https://codeclimate.com/downloads/test-reporter/test-reporter-latest-linux-amd64 > ./cc-test-reporter
# chmod +x ./cc-test-reporter
# ./cc-test-reporter before-build

- name: Run Coverage and Lint
run: |
echo 'SAUCENAO_TOKEN=${{ secrets.SAUCENAO_TOKEN }}' > ./.env.test.local
bun run coverage
# ./cc-test-reporter after-build --exit-code $(echo $?)
# env:
# CC_TEST_REPORTER_ID: bda3746e9ecd039cee2dcfb3c1e4efc59c712a40fa3b9316e281eb00d61c613e

0 comments on commit 5180e0f

Please sign in to comment.