Skip to content

Commit

Permalink
build: use codecov v4-beta
Browse files Browse the repository at this point in the history
codecov v4 was reverted, this breaks the builds. See codecov/codecov-action#1089
  • Loading branch information
fbricon authored Nov 25, 2023
1 parent ad78372 commit 162ec10
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,10 +46,10 @@ jobs:
files: |
dev.jbang.eclipse.site/target/flat-repository/*
- name: Upload code coverage
uses: codecov/codecov-action@v4
uses: codecov/codecov-action@v4-beta
if: runner.os == 'Linux'
with:
files: ./coverage/target/site/jacoco-aggregate/jacoco.xml
flags: ${{ runner.os }} # optional
name: ${{ runner.os }}-tests # optional
verbose: true # optional (default = false)
verbose: true # optional (default = false)

0 comments on commit 162ec10

Please sign in to comment.