Skip to content

Commit 66b3657

Browse files
committed
0.0.1
1 parent ab68509 commit 66b3657

File tree

2 files changed

+13
-11
lines changed

2 files changed

+13
-11
lines changed

.github/workflows/CI-CD.yaml

Lines changed: 12 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -48,11 +48,12 @@ jobs:
4848
# - name: Run Node tests
4949
# run: yarn test:node
5050

51-
- name: Send code coverage results to Coveralls
52-
uses: coverallsapp/github-action@v2
53-
with:
54-
github-token: ${{ secrets.GITHUB_TOKEN }}
55-
parallel: true
51+
# disabled after refactoring
52+
# - name: Send code coverage results to Coveralls
53+
# uses: coverallsapp/github-action@v2
54+
# with:
55+
# github-token: ${{ secrets.GITHUB_TOKEN }}
56+
# parallel: true
5657

5758
browser_tests:
5859
name: Browser Tests
@@ -81,11 +82,12 @@ jobs:
8182
# - name: Run tests
8283
# run: yarn test:browser
8384

84-
- name: Send code coverage results to Coveralls
85-
uses: coverallsapp/github-action@v2
86-
with:
87-
github-token: ${{ secrets.GITHUB_TOKEN }}
88-
parallel: true
85+
# disabled after refactoring
86+
# - name: Send code coverage results to Coveralls
87+
# uses: coverallsapp/github-action@v2
88+
# with:
89+
# github-token: ${{ secrets.GITHUB_TOKEN }}
90+
# parallel: true
8991

9092
coverage:
9193
name: Code Coverage

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@hey-api/json-schema-ref-parser",
3-
"version": "0.0.0",
3+
"version": "0.0.1",
44
"description": "Parse, Resolve, and Dereference JSON Schema $ref pointers",
55
"keywords": [
66
"json",

0 commit comments

Comments
 (0)