Skip to content

Commit

Permalink
Fix CI build settings for properly running codecov
Browse files Browse the repository at this point in the history
  • Loading branch information
seratch committed Dec 8, 2020
1 parent 256e47e commit ca09f61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,6 @@ jobs:
# we use the version for code coverage and async tests
if [ ${python_version:7:3} == "3.6" ]; then
pip install -e ".[async]"
pip install -e ".[adapter]"
pip install -e ".[testing]"
pytest --cov=slack_bolt/ && bash <(curl -s https://codecov.io/bash)
fi

0 comments on commit ca09f61

Please sign in to comment.