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 1dc5b35
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,8 @@ jobs:
id: test-coverage-flags
run: |-
os=${{ matrix.os }}
node=${{ matrix.node-version }}
echo "os=${os/-latest/}" >> $GITHUB_OUTPUT
echo "node=node_${node//[.*]/}" >> $GITHUB_OUTPUT
echo "node=$(node --version)" >> $GITHUB_OUTPUT
shell: bash
- uses: codecov/codecov-action@v3
if: "${{ matrix.node-version == '*' }}"
Expand Down

0 comments on commit 1dc5b35

Please sign in to comment.