Skip to content

Commit

Permalink
chore: update
Browse files Browse the repository at this point in the history
  • Loading branch information
tripodsan committed Jun 26, 2024
1 parent 283ca83 commit 84d9f00
Show file tree
Hide file tree
Showing 17 changed files with 765 additions and 52 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,14 @@ jobs:
- run: npm test
- uses: codecov/codecov-action@v3
with:
flags: unittests
token: ${{ secrets.CODECOV_TOKEN }}

- run: npm run integration-ci
env:
HLX_FASTLY_AUTH: ${{ secrets.HLX_FASTLY_AUTH }}
HLX_FASTLY_SERVICE_ID: ${{ secrets.HLX_FASTLY_SERVICE_ID }}

- name: Semantic Release (Dry Run)
run: npm run semantic-release-dry
env:
Expand Down
4 changes: 2 additions & 2 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,
"lines": 20,
"branches": 100,
"statements": 100
"statements": 20
}
Loading

0 comments on commit 84d9f00

Please sign in to comment.