From 54f29427919837acdfcd432143ad83569997d8b1 Mon Sep 17 00:00:00 2001 From: Parham Alvani Date: Sun, 10 Mar 2024 05:34:14 +0000 Subject: [PATCH] feat: add codecov token --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e62bfe8..13f6d6e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -19,4 +19,6 @@ jobs: - run: pipenv run pylint --enable-all-extensions --fail-under 5 app - uses: codecov/codecov-action@v4 with: + token: ${{ secrets.CODECOV_TOKEN }} + slug: 1995parham-learning/fastapi101 files: .coverage