aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorShinigami <[email protected]>2022-02-05 00:19:23 +0100
committerGitHub <[email protected]>2022-02-05 00:19:23 +0100
commit0ee39d180b30d6c0f102ee3c930e05e6770c5459 (patch)
tree91c03db755cf32f4c3e31beaa849e3de0fedc8be /.github/workflows
parent046d598c8cadd3585a98b968389b4ac95bc00224 (diff)
downloadfaker-0ee39d180b30d6c0f102ee3c930e05e6770c5459.tar.xz
faker-0ee39d180b30d6c0f102ee3c930e05e6770c5459.zip
ci: fix codecov reporting (#428)
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 57b725aa..15af72df 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -130,5 +130,5 @@ jobs:
- name: Upload coverage to Codecov
uses: codecov/[email protected]
with:
- directory: ./coverage
+ token: ${{ secrets.CODECOV_TOKEN }}
fail_ci_if_error: true