Skip to content

Merge branch 'main' of https://github.com/viepovsky/City-Weather-App #18

Merge branch 'main' of https://github.com/viepovsky/City-Weather-App

Merge branch 'main' of https://github.com/viepovsky/City-Weather-App #18

Workflow file for this run

name: Codecov
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
codecov:
runs-on: macos-latest
steps:
- uses: actions/checkout@v3
- name: Set up JDK 17
uses: actions/setup-java@v3
with:
java-version: '17'
distribution: 'temurin'
- name: Grant execute permission for mvnw
run: chmod +x mvnw
- name: Build jacoco file during verify stage
run: ./mvnw clean verify
- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v3.1.3
with:
files: target/site/jacoco/jacoco.xml