Skip to content

feat: introduce first_opt(), first_key_opt(), last_opt(), `last… #2347

feat: introduce first_opt(), first_key_opt(), last_opt(), `last…

feat: introduce first_opt(), first_key_opt(), last_opt(), `last… #2347

Workflow file for this run

name: "code coverage"
on:
pull_request: ~
push: ~
jobs:
code-coverage:
name: "code coverage"
runs-on: "ubuntu-latest"
steps:
- name: "checkout"
uses: "actions/checkout@v4"
- name: "installing PHP"
uses: "shivammathur/setup-php@v2"
with:
php-version: "8.3"
ini-values: memory_limit=-1
tools: composer:v2, cs2pr
extensions: bcmath, mbstring, intl, sodium, json
- name: "installing dependencies"
run: |
make install -j10 -O
- name: "sending code coverage to coveralls"
env:
COVERALLS_REPO_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: make code-coverage