Skip to content

Commit

Permalink
print out the coverage in the ci logs
Browse files Browse the repository at this point in the history
  • Loading branch information
nvnieuwk committed Nov 14, 2024
1 parent d24dc42 commit 883a606
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test-coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ jobs:
id: coverage
run: |
output=$($CONDA/bin/nf-test coverage --silent | grep -vE "^(Load|Warning|Files)")
echo $output
files=$(echo $output | grep " •")
coverage=$(echo $output | grep "COVERAGE")
echo "::set-output name=files_output::files"
Expand Down

0 comments on commit 883a606

Please sign in to comment.