Skip to content
This repository has been archived by the owner on Nov 5, 2024. It is now read-only.

Codecov not reporting correctly #20

Closed
marksweb opened this issue Jun 15, 2021 · 0 comments
Closed

Codecov not reporting correctly #20

marksweb opened this issue Jun 15, 2021 · 0 comments

Comments

@marksweb
Copy link
Owner

Describe the bug
Coverage from tox reports all the files in the application correctly, however codecov which is used by github actions only includes the __init__.py and forms.py files;
https://app.codecov.io/gh/marksweb/django-bleach/

To Reproduce
Steps to reproduce the behavior:

  1. Go to https://app.codecov.io/gh/marksweb/django-bleach/
  2. Scroll down to the files section at the bottom
  3. See list of files included in results

Expected behavior
A list of all files in the app, similar to;

__init__.py
forms.py
models.py
templatetags/__init__.py
templatetags/bleach_tags.py
utils.py

Screenshots
Screenshot 2021-06-15 at 11 12 22

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

No branches or pull requests

1 participant