Azure / Azure/pytest-azurepipelines
Missing inline style in Azure Pipelines Code Coverage
- Dominant language
- Python
- Stars
- 124
- Forks
- 44
- PR merge metrics
- No merged PRs in 30d
Description
Hi everyone,
I apply this plugin into my Azure Pipelines BUT Code Coverage missing all inline style, here is my steps:
In Dockerfile
```
RUN pip install pytest pytest-cov pytest-azurepipelines
```
In Pipelines Bash step
```
docker run --mount type=bind,source=$(pwd),target=/app-volume -w /app-volume docker-image-name pytest --cov /app --cov-report=xml --cov-report=html /app
```
And report result I get does not have inline style
```
Coverage report
jQuery(document).ready(coverage.index_ready);
```
Then anyone please help me on this issue?
Thank you!
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.