Skip to content

Commit 57c78dd

Browse files
committed
update codecov docs
1 parent 514f9f2 commit 57c78dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/examples/coverage/codecov.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ fluentci run codecov_pipeline upload
2727
You can also use this pipeline programmatically:
2828

2929
```typescript
30-
import { upload } from "https://deno.land/x/codecov_pipeline/mod.ts";
30+
import { upload } from "jsr:@fluentci/codecov";
3131

3232
await upload();
3333
```

0 commit comments

Comments
 (0)