WTF am I doing

This commit is contained in:
Julien Lengrand-Lambert
2025-05-19 10:25:24 +02:00
parent d819c2346c
commit bb5919d892

View File

@@ -38,7 +38,12 @@ jobs:
- name: Build with Gradle Wrapper
run: ./gradlew build
# Uploads code coverage reports to Covecov
- name: Upload coverage reports
uses: codecov/codecov-action@v5
with:
token: ${{ secrets.CODECOV_TOKEN }}
files: opengraphkt/build/reports/kover/report.xml
# NOTE: The Gradle Wrapper is the default and recommended way to run Gradle (https://docs.gradle.org/current/userguide/gradle_wrapper.html).
# If your project does not have the Gradle Wrapper configured, you can use the following configuration to run Gradle with a specified version.
#
@@ -51,7 +56,6 @@ jobs:
# run: gradle build
dependency-submission:
runs-on: ubuntu-latest
permissions:
contents: write
@@ -63,12 +67,6 @@ jobs:
with:
java-version: '17'
distribution: 'temurin'
# Uploads code coverage reports to Covecov
- name: Upload coverage reports
uses: codecov/codecov-action@v5
with:
token: ${{ secrets.CODECOV_TOKEN }}
files: opengraphkt/build/reports/kover/report.xml
# Generates and submits a dependency graph, enabling Dependabot Alerts for all project dependencies.
# See: https://github.com/gradle/actions/blob/main/dependency-submission/README.md