mirror of
https://github.com/codecov/codecov-action.git
synced 2026-02-07 19:47:25 +00:00
Add logging
This commit is contained in:
parent
6145016ec0
commit
7de38c9dc9
1 changed files with 5 additions and 0 deletions
5
.github/workflows/main.yml
vendored
5
.github/workflows/main.yml
vendored
|
|
@ -10,6 +10,11 @@ jobs:
|
|||
run: npm install
|
||||
- name: Run tests and collect coverage
|
||||
run: yarn run test-all
|
||||
- name: Echo env variables
|
||||
run: |
|
||||
echo $GITHUB_RUN_ID
|
||||
echo $GITHUB_RUN_NUMBER
|
||||
echo $GITHUB_ACTION
|
||||
- name: Upload coverage to Codecov
|
||||
uses: ./
|
||||
with:
|
||||
|
|
|
|||
Loading…
Reference in a new issue