Update meson.yml

This commit is contained in:
Jordan Bayles 2024-09-09 18:18:56 -07:00 committed by GitHub
parent 9afb67dc2f
commit 3264738dbb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -35,7 +35,7 @@ jobs:
coverage:
runs-on: ubuntu-latest
steps:
steps:
- name: checkout repository
uses: actions/checkout@v4
@ -60,6 +60,6 @@ jobs:
- name: generate code coverage report
uses: threeal/gcovr-action@v1.0.0
with:
coveralls-send: true
github-token: ${{ secrets.GITHUB_TOKEN }}
with:
coveralls-send: true
github-token: ${{ secrets.GITHUB_TOKEN }}