Skip to content
This repository has been archived by the owner on Apr 23, 2024. It is now read-only.

Deprecation notice #244

Deprecation notice

Deprecation notice #244

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_code_coverage:
uses: yext/slapshot-reusable-workflows/.github/workflows/coverage.yml@v1
secrets:
caller_github_token: ${{ secrets.GITHUB_TOKEN }}
MAPBOX_API_KEY: ${{ secrets.MAPBOX_API_KEY }}