Skip to content

Commit

Permalink
Merge branch 'main' into apl-516
Browse files Browse the repository at this point in the history
  • Loading branch information
ElderMatt authored Feb 20, 2025
2 parents ae2c523 + 23e662c commit 40b09e5
Show file tree
Hide file tree
Showing 3 changed files with 701 additions and 2,103 deletions.
12 changes: 4 additions & 8 deletions .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,11 @@
name: 'coverage'
on:
pull_request_target:
branches:
- main
pull_request:
branches:
- main
jobs:
coverage:
if: ${{ github.actor != 'dependabot[bot]' }}
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand All @@ -20,6 +18,7 @@ jobs:
echo "@linode:registry=https://npm.pkg.github.com/linode" > .npmrc
echo "//npm.pkg.github.com/:_authToken=${NODE_AUTH_TOKEN}" >> .npmrc
echo '::set-output name=diff::1'
- name: Install Node
run: |
export NVM_DIR="$HOME/.nvm"
Expand All @@ -28,10 +27,7 @@ jobs:
nvm use
node -v
npm install
- name: Run tests
run: |
npm run test -- --ci --json --coverage --testLocationInResults --outputFile=report.json
- uses: ArtiomTr/jest-coverage-report-action@v2
with:
coverage-file: report.json
base-coverage-file: report.json
test-script: npm run test
Loading

0 comments on commit 40b09e5

Please sign in to comment.