Skip to content

Commit 900d2ec

Browse files
authored
Merge pull request #1 from aptabase/go/add-more-tests
add code coverage
2 parents c4a433f + e604013 commit 900d2ec

5 files changed

Lines changed: 193 additions & 32 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@ jobs:
1616
uses: actions/setup-node@v3
1717
with:
1818
node-version: 18.x
19-
- run: npm i
19+
- run: npm install
2020
- run: npm run build
2121
- run: npm test

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
node_modules
22
dist
3+
coverage
34

45
project.xcworkspace
56
.DS_Store

0 commit comments

Comments
 (0)