Skip to content

Commit

Permalink
Remove glob pattern
Browse files Browse the repository at this point in the history
  • Loading branch information
Eastrall committed Nov 11, 2022
1 parent cf5fe48 commit 63a5292
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,5 +41,5 @@ jobs:
- name: Upload code coverage
uses: codecov/codecov-action@v3
with:
files: ./test/EntityFrameworkCore.DataEncryption.Test/TestResults/**/coverage.opencover.xml
files: ./test/EntityFrameworkCore.DataEncryption.Test/TestResults/coverage.opencover.xml
fail_ci_if_error: true

0 comments on commit 63a5292

Please sign in to comment.