From 3dfe07546fbd5a32fca668d5fdf7c8562e5cea0c Mon Sep 17 00:00:00 2001 From: Bruno Iljazovic Date: Tue, 18 Feb 2025 10:44:23 +0100 Subject: [PATCH] Upload coverage report to boostorg Codecov page Summary: https://docs.codecov.com/docs/codecov-tokens#uploading-without-a-token > If you wish to do a tokenless upload, there is no need to generate or set any tokens or secrets on your project or your workflow. **You can still send in a token, but if the request qualifies as a tokenless upload, the token sent with your request will not be checked.** Reviewers: korina Reviewed By: korina Subscribers: miljen Differential Revision: https://repo.mireo.local/D33794 --- .github/workflows/coverage.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index f858dd0..287ff00 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -83,4 +83,3 @@ jobs: fail_ci_if_error: true plugin: noop token: ${{ secrets.CODECOV_TOKEN }} - slug: mireo/async-mqtt5