From 3a85934da8c7dc6eff5a3e37e2ca41446939eacd Mon Sep 17 00:00:00 2001 From: Thom Chiovoloni Date: Sat, 4 May 2024 14:15:43 -0700 Subject: [PATCH] Fix codecov (#12) * Downgrade codecov version * Maybe it needs this --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a40adf2..5469c93 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -86,3 +86,5 @@ jobs: - uses: actions/checkout@v4 - run: cargo tarpaulin --verbose --doc --all-features --all-targets --engine llvm --out xml - uses: codecov/codecov-action@v4 + with: + token: ${{ secrets.CODECOV_TOKEN }}