Skip to content

Commit c079e47

Browse files
committed
testing
1 parent 2440ec8 commit c079e47

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
2323
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
2424
<java.version>1.8</java.version>
25-
<org.mapstruct.version>1.2.0.CR2</org.mapstruct.version>
25+
<org.mapstruct.version>1.2.0.CR2</org.mapstruct.version>git
2626
</properties>
2727

2828
<dependencies>

src/main/circleci/config.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,9 @@ jobs:
4343
- store_test_results:
4444
path: target/surefire-reports
4545

46+
-environment:
47+
- MYTOKEN=${MYTOKEN}
48+
4649
- run:
4750
name: Send to CodeCov
48-
command: bash <(curl -s https://codecov.io/bash)
51+
command: bash <(curl -s https://codecov.io/bash) -t MYTOKEN

0 commit comments

Comments
 (0)