Update meson.yml

This commit is contained in:
Jordan Bayles 2024-09-09 18:12:42 -07:00 committed by GitHub
parent a03fc6bec8
commit 428dede37c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -38,3 +38,6 @@ jobs:
- name: generate code coverage report
uses: threeal/gcovr-action@v1.0.0
with:
coveralls-send: true
github-token: ${{ secrets.GITHUB_TOKEN }}