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 777d524 commit 5c3973cCopy full SHA for 5c3973c
1 file changed
.github/workflows/ci.yml
@@ -11,3 +11,9 @@ permissions: {}
11
jobs:
12
unit-test:
13
uses: sxzz/workflows/.github/workflows/unit-test.yml@v1
14
+
15
+ coverage:
16
+ uses: sxzz/workflows/.github/workflows/coverage.yml@v1
17
+ needs: unit-test
18
+ permissions:
19
+ id-token: write
0 commit comments