update search-headless dependencies version to 2.6.0-beta.2 (#202) #753
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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 }} |