From 337b496251b3b7ed971da0d4fdf3be2c9f5e5961 Mon Sep 17 00:00:00 2001 From: ralvescosta Date: Thu, 2 May 2024 08:39:14 -0300 Subject: [PATCH] feat: ci --- .github/workflows/ci.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 25ef01b..4b2af45 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -21,9 +21,6 @@ jobs: with: repo-token: ${{ secrets.GITHUB_TOKEN }} - - name: 🔑 SSH agent - uses: webfactory/ssh-agent@v0.5.4 - - name: ⚡ Cache uses: actions/cache@v3 continue-on-error: false @@ -55,7 +52,7 @@ jobs: - name: 🔎 Run tests run: | - cargo tarpaulin --workspace --timeout 120 --skip-clean --out xml + cargo tarpaulin --workspace --timeout 120 --skip-clean --exclude-files "examples/*" --out xml - name: ☁ Codecov uses: codecov/codecov-action@v3