Skip to content

Commit f73590a

Browse files
committed
code language ids
1 parent 14d3f61 commit f73590a

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)
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)
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)