Skip to content

Commit

Permalink
use env instead
Browse files Browse the repository at this point in the history
  • Loading branch information
nvnieuwk committed Nov 14, 2024
1 parent df481a3 commit 81ae13b
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/test-coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,12 +33,11 @@ jobs:
- name: Determine coverage
id: coverage
shell: bash
run: |
output=$($CONDA/bin/nf-test coverage --silent | grep -vE "^(Load|Warning|Files)")
echo $output
echo $output | grep " •" >> $files_output
echo $output | grep "COVERAGE" >> $coverage_output
echo $output | grep " •" >> $env:files_output
echo $output | grep "COVERAGE" >> $env:coverage_output
- name: Comment coverage
uses: bubkoo/auto-comment@v1
Expand Down

0 comments on commit 81ae13b

Please sign in to comment.