Skip to content
This repository was archived by the owner on May 19, 2020. It is now read-only.

Commit fc7bf7d

Browse files
committedApr 22, 2019
I hate ci! 🤦‍
1 parent 860b980 commit fc7bf7d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎.circleci/config.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@ jobs:
3232
ln -s ${CIRCLE_WORKING_DIRECTORY}/test/configuration/development/* /cfgs/development/
3333
go test -coverprofile=c.out
3434
go tool cover -html=c.out -o coverage.html
35-
mv coverage.html ${TEST_RESULTS}
36-
mv c.out ${TEST_RESULTS}
35+
mv coverage.html /tmp/artifacts
36+
mv c.out /tmp/artifacts
3737
- store_artifacts:
3838
path: /tmp/artifacts
3939
- codecov/upload:

0 commit comments

Comments
 (0)
This repository has been archived.