diff --git a/.github/workflows/CI-CD.yaml b/.github/workflows/CI-CD.yaml index 4cd3df7b..c014e6a8 100644 --- a/.github/workflows/CI-CD.yaml +++ b/.github/workflows/CI-CD.yaml @@ -48,11 +48,12 @@ jobs: # - name: Run Node tests # run: yarn test:node - - name: Send code coverage results to Coveralls - uses: coverallsapp/github-action@v2 - with: - github-token: ${{ secrets.GITHUB_TOKEN }} - parallel: true + # disabled after refactoring + # - name: Send code coverage results to Coveralls + # uses: coverallsapp/github-action@v2 + # with: + # github-token: ${{ secrets.GITHUB_TOKEN }} + # parallel: true browser_tests: name: Browser Tests @@ -81,25 +82,27 @@ jobs: # - name: Run tests # run: yarn test:browser - - name: Send code coverage results to Coveralls - uses: coverallsapp/github-action@v2 - with: - github-token: ${{ secrets.GITHUB_TOKEN }} - parallel: true - - coverage: - name: Code Coverage - runs-on: ubuntu-latest - timeout-minutes: 5 - needs: - - node_tests - - browser_tests - steps: - - name: Let Coveralls know that all tests have finished - uses: coverallsapp/github-action@v2 - with: - github-token: ${{ secrets.GITHUB_TOKEN }} - parallel-finished: true + # disabled after refactoring + # - name: Send code coverage results to Coveralls + # uses: coverallsapp/github-action@v2 + # with: + # github-token: ${{ secrets.GITHUB_TOKEN }} + # parallel: true + + # disabled after refactoring + # coverage: + # name: Code Coverage + # runs-on: ubuntu-latest + # timeout-minutes: 5 + # needs: + # - node_tests + # - browser_tests + # steps: + # - name: Let Coveralls know that all tests have finished + # uses: coverallsapp/github-action@v2 + # with: + # github-token: ${{ secrets.GITHUB_TOKEN }} + # parallel-finished: true release: name: Release diff --git a/package.json b/package.json index 3f5d113e..e853122b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@hey-api/json-schema-ref-parser", - "version": "0.0.0", + "version": "0.0.1", "description": "Parse, Resolve, and Dereference JSON Schema $ref pointers", "keywords": [ "json",