0

Istanbul puts everything into coverage folder.

In circle.yaml I set the below ENV var as artifact folder.

CIRCLE_ARTIFACTS: ~/proj_name/coverage

CircleCI doesn't seem to find artifacts. Build says no atrifacts found.

Am I missing anything here?

phani
  • 1,134
  • 1
  • 11
  • 24

1 Answers1

0

CircleCI started to collect artifacts after setting this config:

general:
  artifacts:
    - "~proj_name/coverage"
phani
  • 1,134
  • 1
  • 11
  • 24