Skip to content

Commit

Permalink
change command config path
Browse files Browse the repository at this point in the history
  • Loading branch information
ypriverol committed Jan 26, 2021
1 parent 3a2da7b commit de40c74
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions .github/workflows/pythonapp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,15 +58,4 @@ jobs:
cd pypgatk
pytest --cov=./ --cov-report=xml tests/*
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v1
with:
token: ${{ secrets.CODECOV_TOKEN }}
files: ./pypgatk/coverage.xml
directory: ./coverage/reports/
env_vars: OS,PYTHON
name: codecov-umbrella
fail_ci_if_error: true
path_to_write_report: ./coverage/codecov_report.txt
verbose: true

0 comments on commit de40c74

Please sign in to comment.