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

Improve codecov integration #11603

Closed
etj opened this issue Oct 16, 2023 · 0 comments
Closed

Improve codecov integration #11603

etj opened this issue Oct 16, 2023 · 0 comments
Assignees

Comments

@etj
Copy link
Contributor

etj commented Oct 16, 2023

  • codecov seems to be run twice for each batch of tests:
    docker-compose --env-file .env_test -f docker-compose-test.yml exec django bash -c 'codecov; bash <(curl -s https://codecov.io/bash) -t 2c0e7780-1640-45f0-93a3-e103b057d8c8'

    According to https://github.com/codecov/python-standard#usage you either call
    bash <(curl https://codecov.io/bash)
    OR
    pip install codecov
    codecov
  • We may use the flags feature to better check the results for the various test suites
  • Investigate whether the various test suites really add up to the final coverage results.
@etj etj self-assigned this Oct 16, 2023
etj added a commit that referenced this issue Oct 16, 2023
etj added a commit that referenced this issue Oct 16, 2023
etj added a commit that referenced this issue Oct 16, 2023
etj added a commit that referenced this issue Oct 16, 2023
etj added a commit that referenced this issue Oct 16, 2023
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