We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Add a code coverage GitHub action to the backend, similar to what is done with the web client.
Will likely require a Makefile and/or Dockerfile change.
Web client test action (in build.yml): https://github.com/techmatters/terraso-web-client/blob/main/.github/workflows/build.yml#L55-L74
build.yml
The text was updated successfully, but these errors were encountered:
Is there any specific tool we use for this? Can I set it up with code cove?
Sorry, something went wrong.
@JeancarloBarrios We don't have a specific tool. The web client uses react-scripts test --coverage.
react-scripts test --coverage
Looks like there are a bunch of GitHub actions for pytest's coverage tool.
Do you mind if I set it up with code cove? It is free for open-source projects!!
No branches or pull requests
Description
Add a code coverage GitHub action to the backend, similar to what is done with the web client.
Will likely require a Makefile and/or Dockerfile change.
Web client test action (in
build.yml
):https://github.com/techmatters/terraso-web-client/blob/main/.github/workflows/build.yml#L55-L74
The text was updated successfully, but these errors were encountered: