Skip to content

Commit

Permalink
udpate README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
tsirysndr committed Dec 18, 2023
1 parent d77e355 commit 11df7ed
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,11 @@ dagger mod install github.com/fluent-ci-templates/codecov-pipeline@mod
|---------|----------------------------------|
| upload | Uploads coverage to Codecov. |

```graphql
upload(src: String, token: String!): String
```typescript
upload(
src: string | Directory,
token: string | Secret
): Promise<string>
```

## Programmatic usage
Expand Down

0 comments on commit 11df7ed

Please sign in to comment.