Skip to content

Commit

Permalink
Update codecov.
Browse files Browse the repository at this point in the history
  • Loading branch information
io7m committed May 2, 2024
1 parent a70a033 commit 2ba7683
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.linux.temurin.current.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@ jobs:
if: always()
with:
name: test-logs
path: ./com.io7m.mutable_numbers.tests/target/surefire-reports
path: ./com.io7m.jmutnum.tests/target/surefire-reports
6 changes: 3 additions & 3 deletions .github/workflows/main.linux.temurin.lts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@ jobs:
if: always()
with:
name: test-logs
path: ./com.io7m.mutable_numbers.tests/target/surefire-reports
path: ./com.io7m.jmutnum.tests/target/surefire-reports
- name: Coverage
uses: codecov/codecov-action@v4.3.0
uses: codecov/codecov-action@v4.3.1
with:
token: ${{ secrets.CODECOV_TOKEN }}
file: com.io7m.mutable_numbers.tests/target/site/jacoco-aggregate/jacoco.xml
file: com.io7m.jmutnum.tests/target/site/jacoco-aggregate/jacoco.xml
2 changes: 1 addition & 1 deletion .github/workflows/main.windows.temurin.current.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@ jobs:
if: always()
with:
name: test-logs
path: ./com.io7m.mutable_numbers.tests/target/surefire-reports
path: ./com.io7m.jmutnum.tests/target/surefire-reports
2 changes: 1 addition & 1 deletion .github/workflows/main.windows.temurin.lts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@ jobs:
if: always()
with:
name: test-logs
path: ./com.io7m.mutable_numbers.tests/target/surefire-reports
path: ./com.io7m.jmutnum.tests/target/surefire-reports

0 comments on commit 2ba7683

Please sign in to comment.