Skip to content

Commit

Permalink
Fix code coverage output location (#4)
Browse files Browse the repository at this point in the history
* change coverage output location

* update readme file
  • Loading branch information
nathanthorpe authored Jun 19, 2021
1 parent 46796ce commit c5858da
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,11 @@ jobs:
pip install pytest
pip install pytest-cov pylint
python -m pytest tests --doctest-modules -o junit_family=xunit2 \
--junitxml=junit/test-results.xml \
--cov=bin tests/ --cov-report xml:junit/coverage.xml
--junitxml=test-results.xml \
--cov=bin tests/ --cov-report xml:coverage.xml
- name: publish coverage
uses: codecov/codecov-action@v1
with:
directory: junit/
files: coverage.xml

integration:
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# InterOp QC Reporting - Nextflow

Workflow used to generate QC metrics from the output of an Illumina sequencing run
Workflow used to generate QC metrics from the output of an Illumina sequencing run.

[![Run tests](https://github.com/FredHutch/interop-nf/actions/workflows/tests.yml/badge.svg)](https://github.com/FredHutch/interop-nf/actions/workflows/tests.yml)

Expand All @@ -24,7 +24,7 @@ The run folder must contain the `InterOp/` folder and the `RunInfo.xml` and `Run

## Workflow output

View more [here](sample_output/README.md).
[View more info here](sample_output/README.md).

## Other information

Expand Down

0 comments on commit c5858da

Please sign in to comment.