mirror of
https://github.com/codecov/codecov-action.git
synced 2026-02-14 23:17:25 +00:00
fixL use the correct source
This commit is contained in:
parent
6018df70b0
commit
c2b414611b
1 changed files with 1 additions and 1 deletions
|
|
@ -150,7 +150,7 @@ inputs:
|
||||||
steps:
|
steps:
|
||||||
- run:
|
- run:
|
||||||
name: Upload to Codecov
|
name: Upload to Codecov
|
||||||
command: <<include(scripts/dist/codecov.sh)>>
|
command: <<include(dist/codecov.sh)>>
|
||||||
when: << parameters.when >>
|
when: << parameters.when >>
|
||||||
branding:
|
branding:
|
||||||
color: 'red'
|
color: 'red'
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue