Skip to content

Commit c52d43d

Browse files
authored
Hotfix: Travis configuration missing space (#3)
* BUG: Fix .travis.yml indentation Fix indented lines in the after_sucess section of the .travis.yml configuration file. * BUG: Add missing space in travis configuration Add missing space to deepsource test upload line in .travis.yml configuration.
1 parent 34a9d80 commit c52d43d

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.travis.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,13 @@ script: tox
1515

1616
# Upload test coverage reports (codecov and deepsource)
1717
after_success:
18-
# Upload coverage to codecov
19-
- bash <(curl -s https://codecov.io/bash)
20-
# Install deepsource CLI
21-
- curl https://deepsource.io/cli | sh
22-
- export DEEPSOURCE_DSN=https://sampledsn@deepsource.io
23-
# Report coverage artifact to 'test-coverage' analyzer
24-
-./bin/deepsource report --analyzer test-coverage --key python --value-file ./coverage.xml
18+
# Upload coverage to codecov
19+
- bash <(curl -s https://codecov.io/bash)
20+
# Install deepsource CLI
21+
- curl https://deepsource.io/cli | sh
22+
- export DEEPSOURCE_DSN=https://sampledsn@deepsource.io
23+
# Report coverage artifact to 'test-coverage' analyzer
24+
- ./bin/deepsource report --analyzer test-coverage --key python --value-file ./coverage.xml
2525

2626
# Assuming you have installed the travis-ci CLI tool, after you
2727
# create the Github repo and add it to Travis, run the

0 commit comments

Comments
 (0)