Skip to content
This repository was archived by the owner on Jul 2, 2024. It is now read-only.

chore: update #1

Open
wants to merge 4 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
41 changes: 0 additions & 41 deletions .github/workflows/codeql.yml

This file was deleted.

3 changes: 3 additions & 0 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,10 @@ jobs:
- run: npm test
- uses: codecov/codecov-action@v3
with:
flags: unittests
token: ${{ secrets.CODECOV_TOKEN }}

- run: npm run integration-ci
- name: Semantic Release (Dry Run)
run: npm run semantic-release-dry
env:
Expand Down
4 changes: 4 additions & 0 deletions .husky/pre-commit
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
#!/bin/sh
. "$(dirname "$0")/_/husky.sh"

npx lint-staged
6 changes: 3 additions & 3 deletions .nycrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"text"
],
"check-coverage": true,
"lines": 100,
"branches": 100,
"statements": 100
"lines": 88,
"branches": 77,
"statements": 88
}
Loading
Loading