Skip to content

Commit

Permalink
gh workflow: Try folder as a path with *
Browse files Browse the repository at this point in the history
  • Loading branch information
art-tapin committed Jul 24, 2023
1 parent 8a82aa0 commit f0115d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
uses: codecov/codecov-action@v3
with:
token: ${{ secrets.CODECOV_TOKEN }}
files: ./coverage/unit/
files: ./coverage/unit/*
flags: unit-tests
fail_ci_if_error: true
verbose: true
Expand Down

0 comments on commit f0115d3

Please sign in to comment.