Skip to content

Commit

Permalink
Merge pull request #210 from mdshw5/mdshw5-patch-2
Browse files Browse the repository at this point in the history
Update codecov action
  • Loading branch information
mdshw5 authored Sep 22, 2023
2 parents ad09b26 + 507ad44 commit bbe7425
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,11 @@ jobs:
python3 -m pip install -r requirements.txt
cp config_template.yaml config.yaml
python3 bedrunall.py --tool pyfaidx BED03 ./
- name: upload coverage report to codecov
uses: codecov/[email protected]
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v3
continue-on-error: true
with:
fail_ci_if_error: true
files: ./coverage.xml
verbose: true

0 comments on commit bbe7425

Please sign in to comment.