We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fad0fcd commit 2de4e1cCopy full SHA for 2de4e1c
.circleci/config.yml
@@ -322,8 +322,8 @@ jobs:
322
# Print tests/ report to stdout
323
# DEV: "--ignore-errors" to skip over files that are missing
324
- run: coverage report --ignore-errors --omit=ddtrace/
325
- # Print diff-cover report to stdout (compares against origin/master)
326
- - run: diff-cover --compare-branch origin/master coverage.xml
+ # Print diff-cover report to stdout (compares against origin/0.x)
+ - run: diff-cover --compare-branch origin/0.x coverage.xml
327
328
build_base_venvs:
329
executor: ddtrace_dev
0 commit comments