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 9ef2f37 commit 23aea1eCopy full SHA for 23aea1e
.github/workflows/ci.ts
@@ -30,6 +30,7 @@ workflow.addJob(
30
withBun: true,
31
})
32
.run("bun test --coverage --coverage-reporter=lcov")
33
+ .run("echo hello world")
34
.uses(
35
action("codecov/codecov-action", {
36
with: {
0 commit comments