mirror of
https://github.com/codecov/codecov-action.git
synced 2026-02-08 03:57:26 +00:00
Fix dependencies
This commit is contained in:
parent
22f6ff10ac
commit
1b088680d5
2 changed files with 2021 additions and 531 deletions
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
|
|
@ -5,8 +5,6 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@master
|
||||
- name: Install dependencies
|
||||
run: npm install
|
||||
- name: Upload coverage to Codecov
|
||||
uses: ./
|
||||
with:
|
||||
|
|
|
|||
2550
dist/index.js
vendored
2550
dist/index.js
vendored
File diff suppressed because one or more lines are too long
Loading…
Reference in a new issue