diff options
| author | Shinigami <[email protected]> | 2022-02-05 00:19:23 +0100 |
|---|---|---|
| committer | GitHub <[email protected]> | 2022-02-05 00:19:23 +0100 |
| commit | 0ee39d180b30d6c0f102ee3c930e05e6770c5459 (patch) | |
| tree | 91c03db755cf32f4c3e31beaa849e3de0fedc8be /.github/workflows | |
| parent | 046d598c8cadd3585a98b968389b4ac95bc00224 (diff) | |
| download | faker-0ee39d180b30d6c0f102ee3c930e05e6770c5459.tar.xz faker-0ee39d180b30d6c0f102ee3c930e05e6770c5459.zip | |
ci: fix codecov reporting (#428)
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/ci.yml | 2 |
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 |
