Skip to content

Commit

Permalink
update codecov docs
Browse files Browse the repository at this point in the history
  • Loading branch information
tsirysndr committed Jul 28, 2024
1 parent 514f9f2 commit 57c78dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/examples/coverage/codecov.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ fluentci run codecov_pipeline upload
You can also use this pipeline programmatically:

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

await upload();
```

0 comments on commit 57c78dd

Please sign in to comment.