Thanks to visit codestin.com
Credit goes to github.com

Skip to content
This repository was archived by the owner on Apr 24, 2024. It is now read-only.

Commit a078756

Browse files
committed
Update root path for coverage
1 parent a90cc0c commit a078756

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
steps:
3636
- checkout
3737
- run: chmod +x Test.NetStandard20/coverage_report.sh
38-
- run: ./Test.NetStandard20/coverage_report.sh
38+
- run: cd Test.NetStandard20 && ./Test.NetStandard20/coverage_report.sh
3939
- run: bash <(curl -s https://codecov.io/bash)
4040
test:
4141
working_directory: /test

0 commit comments

Comments
 (0)