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