We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 69ba82c commit e55805cCopy full SHA for e55805c
.circleci/config.yml
@@ -70,7 +70,7 @@ jobs:
70
- run: gradle test jacocoJupTestReport
71
72
#upload test coverage to codecov
73
- - run: bash <(curl -s https://codecov.io/bash)
+ - run: bash <(curl -s https://codecov.io/bash) -cF java
74
75
# run test coverage to code climate
76
- run:
@@ -123,7 +123,7 @@ jobs:
123
python3 scripts/create_problems_list.py
124
125
# upload test coverage to codecov
126
+ - run: bash <(curl -s https://codecov.io/bash) -cF python
127
128
129
0 commit comments