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 a90cc0c

Browse files
committed
Update report path
1 parent 890a99d commit a90cc0c

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
@@ -36,7 +36,7 @@ jobs:
3636
- checkout
3737
- run: chmod +x Test.NetStandard20/coverage_report.sh
3838
- run: ./Test.NetStandard20/coverage_report.sh
39-
- run: cd Test.NetStandard20 && bash <(curl -s https://codecov.io/bash)
39+
- run: bash <(curl -s https://codecov.io/bash)
4040
test:
4141
working_directory: /test
4242
docker:

0 commit comments

Comments
 (0)