Skip to content

Commit e3d6178

Browse files
committed
Merge branch 'main' into deployment
2 parents cbbbe07 + 78b6688 commit e3d6178

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

58 files changed

+1471
-1282
lines changed

.github/workflows/tests.yaml

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ on:
99

1010
jobs:
1111
build:
12-
1312
runs-on: ubuntu-latest
1413

1514
steps:
@@ -19,10 +18,10 @@ jobs:
1918
with:
2019
node-version: '18.x'
2120
- run: npm i
22-
- run: npm run coverage
21+
- run: npm run test
2322

24-
- name: Report to Coveralls
25-
uses: coverallsapp/[email protected]
26-
with:
27-
github-token: ${{ secrets.github_token }}
28-
path-to-lcov: './src/coverage/lcov.info'
23+
# - name: Report to Coveralls
24+
# uses: coverallsapp/[email protected]
25+
# with:
26+
# github-token: ${{ secrets.github_token }}
27+
# path-to-lcov: './src/coverage/lcov.info'

0 commit comments

Comments
 (0)