We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 21f2f72 commit 8adc663Copy full SHA for 8adc663
.github/workflows/gradle.yml
@@ -39,8 +39,8 @@ jobs:
39
with:
40
arguments: ":reposilite-backend:testCoverage"
41
42
- - name: "Upload coverage to Codecov"
43
- uses: codecov/codecov-action@v2
44
- with:
45
- files: "./reposilite-backend/build/reports/jacoco/reposilite-backend-report.xml"
46
- fail_ci_if_error: false
+# - name: "Upload coverage to Codecov"
+# uses: codecov/codecov-action@v2
+# with:
+# files: "./reposilite-backend/build/reports/jacoco/reposilite-backend-report.xml"
+# fail_ci_if_error: false
.github/workflows/publish-snapshot.yml
@@ -2,7 +2,7 @@
2
name: "Publish snapshots"
3
on:
4
push:
5
- branches: [ "main" ]
+ branches: [ "dockerfile-bellsoft-liberica" ]
6
7
env:
8
JAVA_VERSION: 21
0 commit comments