Skip to content

Commit b1b5513

Browse files
maxkramerbcgdv40818419
authored andcommitted
Updates config.yml to always upload test coverage on failure (#31)
See https://circleci.com/docs/2.0/configuration-reference/#run
1 parent 7de1b0d commit b1b5513

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

.circleci/config.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,9 @@ jobs:
3333

3434
# run tests!
3535
- run:
36-
name: test
36+
name: Test
3737
command: npm run test:coverage
3838
- run:
39-
name: codecov
40-
command: CODECOV_TOKEN=444a47a4-b0fb-4cf1-8105-19a403cb7bbd npm run codecov
39+
name: Codecov
40+
command: CODECOV_TOKEN=${CODECOV_TOKEN} npm run codecov
41+
when: always

0 commit comments

Comments
 (0)