Skip to content

Commit 9169ff0

Browse files
authored
Remove outdated coverage publish argument (plus fix doc link) (#14)
* Fix link in README.md * Remove outdated command arg in testing
1 parent 1b5fb1e commit 9169ff0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.circleci/test-deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
- qlty-orb/coverage_publish:
2929
files: coverage/coverage_0.json, coverage/coverage_1.json
3030
working_directory: ~/project/fixtures/basic-ruby
31-
transform_strip_prefix: /home/repos/qlty-testing-orb
31+
strip_prefix: /home/repos/qlty-testing-orb
3232
workflows:
3333
test-deploy:
3434
jobs:

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
Publish your code coverage reports to Qlty Cloud to monitor and track code coverage metrics effectively.
88

9-
For additional information, refer to the [documentation](https://docs.qlty.sh/cloud/coverage/setup).
9+
For additional information, refer to the [documentation](https://docs.qlty.sh/coverage/quickstart).
1010

1111
### Resources
1212

0 commit comments

Comments
 (0)