Skip to content

Commit

Permalink
chore(ci): flag code coverage reports
Browse files Browse the repository at this point in the history
  • Loading branch information
amille44420 committed Aug 18, 2022
1 parent 6cdfd56 commit 84c4adb
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,8 @@ jobs:
JEST_JUNIT_OUTPUT_DIR: ./junit/
- store_test_results:
path: ~/project/junit/
- codecov/upload
- codecov/upload:
flags: unit
- store_artifacts:
path: ~/project/coverage/
destination: coverage
Expand Down Expand Up @@ -220,7 +221,8 @@ jobs:
--spec ${TEST_FILES//$'\n'/','}
- store_test_results:
path: ~/project/junit/
- codecov/upload
- codecov/upload:
flags: e2e
- store_artifacts:
path: ~/project/cypress/screenshots
destination: cypress/screenshots
Expand Down Expand Up @@ -280,7 +282,8 @@ jobs:
CYPRESS_BASE_URL: 'http://localhost:3000'
- store_test_results:
path: ~/project/junit/
- codecov/upload
- codecov/upload:
flags: component
- store_artifacts:
path: ~/project/cypress/screenshots
destination: cypress/screenshots
Expand Down

0 comments on commit 84c4adb

Please sign in to comment.