Add codecov token

This commit is contained in:
Roger A. Light
2025-02-27 15:16:47 +00:00
parent d45f033be4
commit 3924ba35a4
+3 -1
View File
@@ -50,8 +50,10 @@ jobs:
- run: |
lcov --capture --directory . --output-file coverage.info --no-external
- uses: codecov/codecov-action@v4
- uses: codecov/codecov-action@v5
with:
fail_ci_if_error: true
files: ./coverage.info
verbose: true
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}