Skip to content

test: add coverage gap tests and integration tests #38

test: add coverage gap tests and integration tests

test: add coverage gap tests and integration tests #38

Workflow file for this run

name: CodeQL Analysis
on:
pull_request:
branches:
- master
jobs:
analyze:
name: Analyze
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Initialize CodeQL
uses: github/codeql-action/init@v3
with:
languages: javascript
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v3