We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 97755ae commit b1e4632Copy full SHA for b1e4632
.github/workflows/contracts-testing.yml
@@ -74,7 +74,7 @@ jobs:
74
75
- name: Test with coverage
76
run: |
77
- yarn hardhat coverage --solcoverjs ./.solcover.js --temp artifacts --testfiles \"./test/**/*.ts\" --show-stack-traces
+ yarn hardhat coverage --solcoverjs ./.solcover.js --temp artifacts --testfiles './test/**/*.ts' --show-stack-traces
78
working-directory: contracts
79
80
- name: Upload a build artifact
0 commit comments