Skip to content

Commit

Permalink
Merge pull request #8 from fluent-ci-templates/feat/jsr
Browse files Browse the repository at this point in the history
chore: publish to jsr registry
  • Loading branch information
tsirysndr authored Mar 2, 2024
2 parents 56dbada + 8b1c8f3 commit 467291b
Show file tree
Hide file tree
Showing 22 changed files with 1,318 additions and 370 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Do not edit this file directly. It is generated by Fluent Github Actions

name: Codecov
name: ci
on:
push:
branches:
Expand All @@ -13,7 +13,7 @@ jobs:
- name: Setup Fluent CI
uses: fluentci-io/setup-fluentci@v4
- name: Run Dagger Pipelines
run: fluentci run deno_pipeline fmt lint test
run: fluentci run deno_pipeline fmt test
- name: Upload to Codecov
run: dagger run deno run -A src/dagger/runner.ts
env:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ 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_pipeline";

await upload();
```
2 changes: 1 addition & 1 deletion ci.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
import { upload } from "https://deno.land/x/codecov_pipeline/mod.ts";
import { upload } from "jsr:@fluentci/codecov_pipeline";

await upload();
5 changes: 4 additions & 1 deletion deno.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
{
"name": "@fluentci/codecov",
"version": "0.9.0",
"exports": "./mod.ts",
"importMap": "import_map.json",
"tasks": {
"esm:add": "deno run -A https://esm.sh/v128 add",
Expand All @@ -18,7 +21,7 @@
"exclude": [
"example/",
".fluentci/",
"gen/"
"sdk/"
]
},
"test": {
Expand Down
Loading

0 comments on commit 467291b

Please sign in to comment.