File tree 2 files changed +10
-6
lines changed
2 files changed +10
-6
lines changed Original file line number Diff line number Diff line change 48
48
path : ./.scaffold-coverage-html
49
49
if-no-files-found : error
50
50
51
- # - name: Upload coverage report to Codecov
52
- # uses: codecov/codecov-action@v4
53
- # with:
54
- # directory: ./.scaffold-coverage-html
55
- # fail_ci_if_error: true
56
- # token: ${{ secrets.CODECOV_TOKEN }}
51
+ - name : Upload coverage report to Codecov
52
+ uses : codecov/codecov-action@v4
53
+ if : ${{ env.CODECOV_TOKEN != '' }}
54
+ with :
55
+ directory : ./.scaffold-coverage-html
56
+ fail_ci_if_error : true
57
+ token : ${{ secrets.CODECOV_TOKEN }}
58
+ env :
59
+ CODECOV_TOKEN : ${{ secrets.CODECOV_TOKEN }}
Original file line number Diff line number Diff line change 11
11
[ ![ GitHub Pull Requests] ( https://img.shields.io/github/issues-pr/AlexSkrypnyk/drupal_extension_scaffold.svg )] ( https://github.com/AlexSkrypnyk/drupal_extension_scaffold/pulls )
12
12
[ ![ Build, test and deploy] ( https://github.com/AlexSkrypnyk/drupal_extension_scaffold/actions/workflows/test.yml/badge.svg )] ( https://github.com/AlexSkrypnyk/drupal_extension_scaffold/actions/workflows/test.yml )
13
13
[ ![ CircleCI] ( https://circleci.com/gh/AlexSkrypnyk/drupal_extension_scaffold.svg?style=shield )] ( https://circleci.com/gh/AlexSkrypnyk/drupal_extension_scaffold )
14
+ [ ![ codecov] ( https://codecov.io/gh/AlexSkrypnyk/drupal_extension_scaffold/graph/badge.svg?token=GSXTND4VOC )] ( https://codecov.io/gh/AlexSkrypnyk/drupal_extension_scaffold )
14
15
![ GitHub release (latest by date)] ( https://img.shields.io/github/v/release/AlexSkrypnyk/drupal_extension_scaffold )
15
16
![ LICENSE] ( https://img.shields.io/github/license/AlexSkrypnyk/drupal_extension_scaffold )
16
17
![ Renovate] ( https://img.shields.io/badge/renovate-enabled-green?logo=renovatebot )
You can’t perform that action at this time.
0 commit comments