run coverage with docker
See original GitHub issueHello!
I just recently started using cookiecutter and I do not understand how to run coverage?
I created the application, and run the tests like this: docker-compose -f dev.yml run django py.test
But how do I start the coverage ?
Thanks!
Issue Analytics
- State:
- Created 6 years ago
- Comments:7 (1 by maintainers)
Top Results From Across the Web
Run Test Coverage inside Docker container for Pyspark test ...
Since you are using docker, a good option is to create a volume inside a docker container and when the tests are finished,...
Read more >Testing with Docker - Codecov
Pass coverage reports out of the container through a mounted directory, and then run Codecov. This requires you to know the report files...
Read more >Recording Test Coverage for Java with Docker
Recording Test Coverage for Java with Docker. This how-to will show you how to set up test coverage recording for a dockerized Java...
Read more >Get xUnit Code Coverage from Docker
The code coverage shows how much of your code is covered by at least one test. This post showed how easy it can...
Read more >Capturing code coverage while running within a docker ...
I am able to run my uinttests within the docker container. When I run with the same configuration with coverage, the coverage results...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@narnikgamarnikus try
@narnikgamarnikus, to integrate with
codecov
,codecov
’s pages related to your account: As far as I remember, they do provide the one for inclusion into*.rst
files.