Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Codecov token provided but not found #1340

Closed
dwisiswant0 opened this issue Mar 22, 2024 · 1 comment
Closed

Codecov token provided but not found #1340

dwisiswant0 opened this issue Mar 22, 2024 · 1 comment

Comments

@dwisiswant0
Copy link

dwisiswant0 commented Mar 22, 2024

Just got this error today, never happened before:

Error: Codecov token not found. Please provide Codecov token with -t flag.
Error: Codecov: Failed to properly create commit: The process '/home/runner/work/_actions/codecov/codecov-action/v4/dist/codecov' failed with exit code 1

Workflow file:

      - name: Upload coverage to Codecov
        uses: codecov/codecov-action@v4
        with:
          token: ${{ secrets.CODECOV_TOKEN }}
          file: coverage.txt
          verbose: true
          fail_ci_if_error: true

https://github.com/kitabisa/teler-waf/actions/runs/8384025562/workflow#L46-L52

@dwisiswant0
Copy link
Author

Solved. Workaround: #1292 (comment).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant