From 508575f194f0503765d1d6d9a31e12e1376fe939 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Natanael=20Louren=C3=A7o?= Date: Fri, 27 Oct 2023 23:55:50 -0300 Subject: [PATCH] fea: test ci with coveralls --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4294199..6f5c9a0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -17,7 +17,7 @@ jobs: steps: - name: Checkout repository - uses: action/checkout@v2 + uses: actions/checkout@v2 with: fetch-depth: 0