Skip to content

Commit

Permalink
Merge pull request #559 from databrickslabs/main
Browse files Browse the repository at this point in the history
Merge Codecov change into checkpoint_0.4.2 branch
  • Loading branch information
mjohns-databricks authored May 3, 2024
2 parents 62faf13 + d17916f commit 2b429bd
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
3 changes: 0 additions & 3 deletions .github/actions/scala_build/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,6 @@ runs:
if: inputs.skip_tests == 'true'
shell: bash
run: sudo mvn -q clean install -DskipTests -Dscoverage.skip
- name: Publish test coverage
if: inputs.skip_tests == 'false'
uses: codecov/codecov-action@v1
- name: Copy Scala artifacts to GH Actions run
shell: bash
run: |
Expand Down
5 changes: 3 additions & 2 deletions .github/workflows/build_main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@ jobs:
uses: ./.github/actions/scala_build
- name: build python
uses: ./.github/actions/python_build
- name: build R
uses: ./.github/actions/r_build
# CRAN FLAKY (502 'Bad Gateway' ERRORS)
# - name: build R
# uses: ./.github/actions/r_build
- name: upload artefacts
uses: ./.github/actions/upload_artefacts
4 changes: 4 additions & 0 deletions .github/workflows/build_scala.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,7 @@ jobs:
uses: ./.github/actions/scala_build
- name: upload artefacts
uses: ./.github/actions/upload_artefacts
- name: Publish test coverage
uses: codecov/codecov-action@v4
with:
token: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit 2b429bd

Please sign in to comment.