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

Coverage badge not properly configured #6

Open
rjvitorino opened this issue Jul 4, 2024 · 1 comment
Open

Coverage badge not properly configured #6

rjvitorino opened this issue Jul 4, 2024 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@rjvitorino
Copy link
Owner

Description

Coverage is properly running on the GitHub Actions workflow but only adding the JSON file to the repo, potentially missing other data or format (e.g. html)

Steps to Reproduce

Steps to reproduce the behaviour:

  1. Go to README
  2. Read the badge for Coverage
  3. See unknown instead of a percentage

Expected behaviour

Coverage badge should contain a percentage that reflects how much of the code is covered with tests.

Screenshots

N/A

Environment (please complete the following information):

  • OS: any
  • Browser: any
  • Version: latest

Additional Context:

Maybe the badge is not the right one or the outcomes from coverage command are not yet uploaded to the repo.

Performance Issues:

Not related.

@rjvitorino rjvitorino added the bug Something isn't working label Jul 4, 2024
@rjvitorino rjvitorino self-assigned this Jul 4, 2024
@rjvitorino
Copy link
Owner Author

Besides this, the Codecov step in Github Actions is not properly configured, the repository is missing the Codecov token.

As seen here:

Error: Codecov token not found. Please provide Codecov token with -t flag.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant