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 514f9f2 commit 57c78ddCopy full SHA for 57c78dd
docs/examples/coverage/codecov.md
@@ -27,7 +27,7 @@ fluentci run codecov_pipeline upload
27
You can also use this pipeline programmatically:
28
29
```typescript
30
-import { upload } from "https://deno.land/x/codecov_pipeline/mod.ts";
+import { upload } from "jsr:@fluentci/codecov";
31
32
await upload();
33
```
0 commit comments