diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index c5ceaa466..ebf697a8f 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -6,9 +6,7 @@ on: push: permissions: id-token: write - pull-requests: read contents: read - deployments: write env: CARGO_TERM_COLOR: always jobs: @@ -100,7 +98,6 @@ jobs: parse_json: true - name: Generate code coverage run: cargo +nightly tarpaulin - - name: Upload to codecov.io uses: RDXWorks-actions/codecov-action@main with: