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 c976c73 commit e789868Copy full SHA for e789868
.github/workflows/Coverage.yml
@@ -1,5 +1,5 @@
1
# [.github/workflows/coverage.yml]
2
-name: coverage
+name: Coverage
3
on:
4
push:
5
branches:
@@ -9,4 +9,4 @@ jobs:
9
call:
10
uses: control-toolbox/CTActions/.github/workflows/coverage.yml@main
11
secrets:
12
- codecov-secret: ${{ secrets.CODECOV_TOKEN }}
+ codecov-secret: ${{ secrets.CODECOV_TOKEN }}
0 commit comments