diff --git a/.github/workflows/build-and-tests.yml b/.github/workflows/build-and-tests.yml index 297aa5d0a..25310fd32 100644 --- a/.github/workflows/build-and-tests.yml +++ b/.github/workflows/build-and-tests.yml @@ -300,8 +300,8 @@ jobs: uses: codecov/codecov-action@v3 if: matrix.coverage with: -# It appears adding the token may result in the coverage comment not being added -# token: ${{ secrets.CODECOV_TOKEN }} + # It appears adding the token may result in the coverage comment not being added + # token: ${{ secrets.CODECOV_TOKEN }} commit_parent: ${{ github.event.pull_request.head.sha }} publish: diff --git a/rust/rust-toolchain.toml b/rust/rust-toolchain.toml index 4e3afc318..0e483790a 100644 --- a/rust/rust-toolchain.toml +++ b/rust/rust-toolchain.toml @@ -2,4 +2,5 @@ profile = "default" # Use nightly for better access to the latest Rust features. # This date is aligned to stable release dates. -channel = "nightly-2023-10-05" \ No newline at end of file +channel = "nightly-2023-10-05" +components = ["rustfmt", "clippy"] \ No newline at end of file