Skip to content

Resolve vulnerabilities #1553

Resolve vulnerabilities

Resolve vulnerabilities #1553

Workflow file for this run

# This workflow will run our tests, generate an lcov code coverage file,
# and send that coverage to Coveralls
name: Code Coverage
on:
push:
branches-ignore: dev/*
pull_request:
jobs:
call_coveralls:
uses: yext/slapshot-reusable-workflows/.github/workflows/coverage.yml@v1
with:
test_script: npx jest tests/static/ --coverage
comparison_branch: master
secrets:
caller_github_token: ${{ secrets.GITHUB_TOKEN }}
MAPBOX_KEY: ${{ secrets.MAPBOX_KEY }}

Check failure on line 19 in .github/workflows/coverage.yml

View workflow run for this annotation

GitHub Actions / Code Coverage

Invalid workflow file

The workflow is not valid. .github/workflows/coverage.yml (Line: 19, Col: 19): Invalid secret, MAPBOX_KEY is not defined in the referenced workflow. .github/workflows/coverage.yml (Line: 20, Col: 18): Invalid secret, BAIDU_KEY is not defined in the referenced workflow.
BAIDU_KEY: ${{ secrets.BAIDU_KEY }}
GOOGLE_KEY: ${{ secrets.GOOGLE_KEY }}