Skip to content

[Oztechan/Global#4] Global config update synced file(s) with Oztechan/Global #416

[Oztechan/Global#4] Global config update synced file(s) with Oztechan/Global

[Oztechan/Global#4] Global config update synced file(s) with Oztechan/Global #416

Workflow file for this run

name: ScopeMob CI
on:
push:
branches:
- develop
- 'submodule/CCC'
pull_request:
jobs:
build:
runs-on: ubuntu-22.04
steps:
- name: Clone Repo
uses: actions/checkout@v4.1.1
- name: Set up JDK 17
uses: actions/setup-java@v4.2.1
with:
java-version: 17
distribution: 'temurin'
- name: Gradle Build
uses: gradle/gradle-build-action@v3.2.0
with:
arguments: build koverXmlReport --parallel
- name: Upload to Codecov
uses: codecov/codecov-action@v4.2.0
with:
token: ${{ secrets.CODECOV_TOKEN }}
files: build/reports/kover/report.xml
- name: Upload to Codacy
uses: codacy/codacy-coverage-reporter-action@v1.3.0
with:
project-token: ${{ secrets.CODACY_PROJECT_TOKEN }}
coverage-reports: build/reports/kover/report.xml
- name: Notify slack fail
if: failure()
env:
SLACK_BOT_TOKEN: ${{ secrets.SLACK_BOT_TOKEN }}
uses: voxmedia/github-action-slack-notify-build@v1.6.0
with:
channel: submob
status: FAILED
color: danger