Skip to content

Add apportionment crate to Codecov code coverage #5648

Add apportionment crate to Codecov code coverage

Add apportionment crate to Codecov code coverage #5648

Workflow file for this run

name: CLA Assistant
on:
pull_request_target:
types:
- opened
- synchronize
permissions:
pull-requests: write
jobs:
check:
name: Check
runs-on: ubuntu-latest
steps:
- id: check
uses: kiesraad/cla-bot@99048d3d89305bee35b3903b124878e5864855e8 # main
with:
contributors-repository-owner: kiesraad
contributors-repository-name: abacus
contributors-file: contributors.yml
- if: failure() && steps.check.outputs.missing
uses: marocchino/sticky-pull-request-comment@773744901bac0e8cbb5a0dc842800d45e9b2b405 # v2
with:
message: |
Hi ${{steps.check.outputs.missing}}!
Thank you for contributing to Abacus! Before we consider your pull request, we ask that you sign [our Contributor Licence Agreement (CLA)](https://github.com/kiesraad/abacus/blob/main/CLA.md). This is only required for your first pull request.
Please [review the CLA](https://github.com/kiesraad/abacus/blob/main/CLA.md), and send your signed copy to abacus[@]kiesraad.nl. Thanks!
- if: success()
uses: marocchino/sticky-pull-request-comment@773744901bac0e8cbb5a0dc842800d45e9b2b405 # v2
with:
delete: true