Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
mv
  • Loading branch information
yegor256 committed Sep 22, 2022
1 parent 7e58b5f commit 704be1d
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions codecov.yml → .github/workflows/codecov.yml
@@ -1,26 +1,26 @@
---
name: codecov
on:
"on":
push:
branches:
- master
jobs:
codecov:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
- uses: actions/setup-java@v1
- uses: actions/checkout@v3
- uses: actions/setup-java@v3
with:
distribution: 'temurin'
java-version: 11
- uses: actions/cache@v1
- uses: actions/cache@v3
with:
path: ~/.m2/repository
key: maven-${{ hashFiles('**/pom.xml') }}
restore-keys: |
maven-
- run: mvn install -Pjacoco
- uses: codecov/codecov-action@v1
- uses: codecov/codecov-action@v3
with:
file: ./target/site/jacoco/jacoco.xml
fail_ci_if_error: true

0 comments on commit 704be1d

Please sign in to comment.