Skip to content
This repository has been archived by the owner on May 22, 2024. It is now read-only.

Commit

Permalink
chore: better coverage flags
Browse files Browse the repository at this point in the history
  • Loading branch information
danez committed Oct 27, 2022
1 parent 03e69cc commit 2df6ddc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,9 @@ jobs:
id: test-coverage-flags
run: |-
os=${{ matrix.os }}
node=${{ matrix.node-version }}
node=$(node --version)
echo "os=${os/-latest/}" >> $GITHUB_OUTPUT
echo "node=node_${node//[.*]/}" >> $GITHUB_OUTPUT
echo "node=node_${node/.*.*/}" >> $GITHUB_OUTPUT
shell: bash
- uses: codecov/codecov-action@v3
if: "${{ matrix.node-version == '*' }}"
Expand Down

0 comments on commit 2df6ddc

Please sign in to comment.