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 1b5fb1e commit 9169ff0Copy full SHA for 9169ff0
.circleci/test-deploy.yml
@@ -28,7 +28,7 @@ jobs:
28
- qlty-orb/coverage_publish:
29
files: coverage/coverage_0.json, coverage/coverage_1.json
30
working_directory: ~/project/fixtures/basic-ruby
31
- transform_strip_prefix: /home/repos/qlty-testing-orb
+ strip_prefix: /home/repos/qlty-testing-orb
32
workflows:
33
test-deploy:
34
jobs:
README.md
@@ -6,7 +6,7 @@
6
7
Publish your code coverage reports to Qlty Cloud to monitor and track code coverage metrics effectively.
8
9
-For additional information, refer to the [documentation](https://docs.qlty.sh/cloud/coverage/setup).
+For additional information, refer to the [documentation](https://docs.qlty.sh/coverage/quickstart).
10
11
### Resources
12
0 commit comments