Skip to content

Commit

Permalink
code language ids
Browse files Browse the repository at this point in the history
  • Loading branch information
manastalukdar committed Feb 7, 2018
1 parent 14d3f61 commit f73590a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:
- run: gradle test jacocoJupTestReport

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

# run test coverage to code climate
- run:
Expand Down Expand Up @@ -123,7 +123,7 @@ jobs:
python3 scripts/create_problems_list.py
# upload test coverage to codecov
- run: bash <(curl -s https://codecov.io/bash)
- run: bash <(curl -s https://codecov.io/bash) -cF python

# run test coverage to code climate
- run:
Expand Down

0 comments on commit f73590a

Please sign in to comment.