Skip to content

Test get pr info

Test get pr info #3702

Workflow file for this run

name: Workflow for Codecov Action
on: [push, pull_request]
jobs:
run:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest]
steps:
- name: Checkout
uses: actions/[email protected]
- name: Install dependencies
run: npm install
- name: Lint
run: npm run lint
- name: Run tests and collect coverage
run: npm run test
- name: get my version of the cli
uses: actions/checkout@v4
with:
repository: 'joseph-sentry/codecov-cli'
ref: '48e938a8384c8787fc1326362333799ce9a99baa'
submodule: 'recursive'
- name: install my version of the cli
run: |
pip install -e .
- name: Upload coverage to Codecov (script)
uses: ./
with:
files: ./coverage/script/coverage-final.json
flags: script,${{ matrix.os }}
name: codecov-script
verbose: true