Skip to content

Commit

Permalink
feat: codecov execution updated
Browse files Browse the repository at this point in the history
  • Loading branch information
aytekin-smartcar committed Feb 14, 2023
1 parent 668a744 commit 0b475ae
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .buddy/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,9 @@
- 'npm ci --ignore-scripts'
- 'npm rebuild'
- 'npm run cover'
- 'bash <(curl -s https://codecov.io/bash)'
- 'curl -Os https://uploader.codecov.io/latest/linux/codecov'
- 'chmod +x codecov'
- './codecov -t ${CODECOV_TOKEN} -R .nyc_output'
volume_mappings:
- '/:/buddy/clutch-assert'
cache_base_image: true
Expand Down

0 comments on commit 0b475ae

Please sign in to comment.