Skip to content

Commit 47e21ba

Browse files
committedFeb 7, 2018
Minor change.
1 parent 9b3e80f commit 47e21ba

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎.circleci/config.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070
- run: gradle test jacocoJupTestReport
7171

7272
#upload test coverage to codecov
73-
- run: bash <(curl -s https://codecov.io/bash) -cF java
73+
- run: bash <(curl -s https://codecov.io/bash) #-cF java
7474

7575
# run test coverage to code climate
7676
- run:
@@ -123,7 +123,7 @@ jobs:
123123
python3 scripts/create_problems_list.py
124124
125125
# upload test coverage to codecov
126-
- run: bash <(curl -s https://codecov.io/bash) -cF python
126+
- run: bash <(curl -s https://codecov.io/bash) #-cF python
127127

128128
# run test coverage to code climate
129129
- run:

0 commit comments

Comments
 (0)
Please sign in to comment.