Skip to content

Update Workflow Versions to Remove node16 Deprecation Warnings #1870

Update Workflow Versions to Remove node16 Deprecation Warnings

Update Workflow Versions to Remove node16 Deprecation Warnings #1870

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 gulp templates && npx jest --coverage
comparison_branch: master
secrets:
caller_github_token: ${{ secrets.GITHUB_TOKEN }}