Skip to content

Commit f21f967

Browse files
committed
feat: upload fork pull request coverage to Codecov
1 parent 98c8ff0 commit f21f967

1 file changed

Lines changed: 16 additions & 0 deletions

File tree

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
name: Codecov fork upload
2+
3+
on:
4+
workflow_run:
5+
workflows: ["Build, lint and test"]
6+
types:
7+
- completed
8+
9+
permissions:
10+
actions: read
11+
contents: read
12+
13+
jobs:
14+
codecov-fork:
15+
uses: cloudscape-design/actions/.github/workflows/codecov-fork-upload.yml@main
16+
secrets: inherit

0 commit comments

Comments
 (0)