Skip to content

Commit

Permalink
disable coverage on CI
Browse files Browse the repository at this point in the history
  • Loading branch information
gossi committed May 31, 2024
1 parent 9be8278 commit cc9c129
Showing 1 changed file with 15 additions and 15 deletions.
30 changes: 15 additions & 15 deletions .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
@@ -1,23 +1,23 @@
name: "Coverage"
name: 'Coverage'

on:
on:
workflow_dispatch:
push:
branches:
- main
# push:
# branches:
# - main

jobs:
coverage:
runs-on: ubuntu-latest

steps:
- name: Setup
uses: wyvox/action@v1
- name: coverage
uses: paambaati/codeclimate-action@v2.7.5
env:
CC_TEST_REPORTER_ID: ${{secrets.CC_TEST_REPORTER_ID}}
with:
coverageCommand: yarn coverage
coverageLocations: |
${{github.workspace}}/coverage/*.lcov:lcov
- name: Setup
uses: wyvox/action@v1
- name: coverage
uses: paambaati/codeclimate-action@v2.7.5
env:
CC_TEST_REPORTER_ID: ${{secrets.CC_TEST_REPORTER_ID}}
with:
coverageCommand: yarn coverage
coverageLocations: |
${{github.workspace}}/coverage/*.lcov:lcov

0 comments on commit cc9c129

Please sign in to comment.