Skip to content

Commit

Permalink
added code coverage install
Browse files Browse the repository at this point in the history
  • Loading branch information
sethkfman committed Apr 14, 2021
1 parent c3dd24c commit 49a1d54
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions bitrise.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,10 @@ workflows:
title: Yarn Install
- script@1:
inputs:
- script_file_path: "./scripts/yarn-audit.sh"
- content: |+
#!/bin/bash
yarn audit
- script_file_path: "./scripts/yarn-audit.sh"
title: Audit Dependencies
- yarn@0:
title: Lint
Expand All @@ -33,9 +36,15 @@ workflows:
- yarn@0:
inputs:
- args: ''
- command: test:unit --silent -w 3
- command: test:unit --silent
title: Unit Test
is_always_run: true
- yarn@0:
inputs:
- args: ''
- command: install codecov
title: Install Code Coverage
is_always_run: false
- script@1:
inputs:
- script_file_path: "./node_modules/bin/codecov"
Expand Down

0 comments on commit 49a1d54

Please sign in to comment.