Skip to content
Next Next commit
Update coverage configuration and TravisCI script
- Added 'data_file' entry to .coveragerc to specify coverage data file.
- Modified .travis.yml to run coveralls using docker-compose for better environment management.
  • Loading branch information
RishabhJain2018 committed Sep 1, 2025
commit 892d8a2cbf93b125078cb4dbfc6ad168fd162a53
1 change: 1 addition & 0 deletions .coveragerc
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ omit =
node_modules/
bower_components/
source = evalai/
data_file = .coverage

[report]
exclude_lines =
Expand Down
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:

after_success:
- bash <(curl -s https://codecov.io/bash)
- coveralls --rcfile=.coveragerc
- docker-compose run -e DJANGO_SETTINGS_MODULE=settings.test django coveralls --rcfile=.coveragerc

- stage: Package & Deployment
name: Push & Deploy Services
Expand Down