Skip to content

Commit

Permalink
try another method
Browse files Browse the repository at this point in the history
  • Loading branch information
nvnieuwk committed Nov 14, 2024
1 parent de81099 commit df481a3
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/test-coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,8 @@ jobs:
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"
echo "::set-output name=coverage_output::$coverage"
echo $output | grep " •" >> $files_output
echo $output | grep "COVERAGE" >> $coverage_output
- name: Comment coverage
uses: bubkoo/auto-comment@v1
Expand Down

0 comments on commit df481a3

Please sign in to comment.