Skip to content

Commit

Permalink
Merge pull request #557 from databrickslabs/mjohns-databricks-codecov-v4
Browse files Browse the repository at this point in the history
Update action.yml
  • Loading branch information
mjohns-databricks authored May 2, 2024
2 parents 2e64332 + aa0f1f8 commit d17916f
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 d17916f

Please sign in to comment.