diff --git a/.github/workflows/pytest.yml b/.github/workflows/pytest.yml index 3191ec0..870d981 100644 --- a/.github/workflows/pytest.yml +++ b/.github/workflows/pytest.yml @@ -50,3 +50,5 @@ jobs: name: codecov-umbrella # optional fail_ci_if_error: true # optional (default = false) verbose: true # optional (default = false) + token: ${{ secrets.CODECOV_TOKEN }} + slug: deep-mi/BrainPrint