We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 55150b2 commit e15baffCopy full SHA for e15baff
.github/workflows/maven.yml
@@ -19,3 +19,5 @@ jobs:
19
java-version: 1.8
20
- name: Build with Maven
21
run: mvn clean test -q
22
+ - name: push JaCoCo stats to codecov.io
23
+ run: bash <(curl -s https://codecov.io/bash)
0 commit comments