Skip to content

Commit

Permalink
Update workflows and README
Browse files Browse the repository at this point in the history
  • Loading branch information
io7m committed May 2, 2024
1 parent dd83f87 commit 826cbf8
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/main.linux.temurin.lts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ jobs:
name: test-logs
path: ./com.io7m.verona.tests/target/surefire-reports
- name: Coverage
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v4.3.0
with:
token: ${{ secrets.CODECOV_TOKEN }}
file: com.io7m.verona.tests/target/site/jacoco-aggregate/jacoco.xml
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@ verona

[![Maven Central](https://img.shields.io/maven-central/v/com.io7m.verona/com.io7m.verona.svg?style=flat-square)](http://search.maven.org/#search%7Cga%7C1%7Cg%3A%22com.io7m.verona%22)
[![Maven Central (snapshot)](https://img.shields.io/nexus/s/com.io7m.verona/com.io7m.verona?server=https%3A%2F%2Fs01.oss.sonatype.org&style=flat-square)](https://s01.oss.sonatype.org/content/repositories/snapshots/com/io7m/verona/)
[![Codecov](https://img.shields.io/codecov/c/github/io7m/verona.svg?style=flat-square)](https://codecov.io/gh/io7m/verona)
[![Codecov](https://img.shields.io/codecov/c/github/io7m-com/verona.svg?style=flat-square)](https://codecov.io/gh/io7m-com/verona)

![com.io7m.verona](./src/site/resources/verona.jpg?raw=true)

| JVM | Platform | Status |
|-----|----------|--------|
| OpenJDK (Temurin) Current | Linux | [![Build (OpenJDK (Temurin) Current, Linux)](https://img.shields.io/github/actions/workflow/status/io7m/verona/main.linux.temurin.current.yml)](https://www.github.com/io7m-com/verona/actions?query=workflow%3Amain.linux.temurin.current)|
| OpenJDK (Temurin) LTS | Linux | [![Build (OpenJDK (Temurin) LTS, Linux)](https://img.shields.io/github/actions/workflow/status/io7m/verona/main.linux.temurin.lts.yml)](https://www.github.com/io7m-com/verona/actions?query=workflow%3Amain.linux.temurin.lts)|
| OpenJDK (Temurin) Current | Windows | [![Build (OpenJDK (Temurin) Current, Windows)](https://img.shields.io/github/actions/workflow/status/io7m/verona/main.windows.temurin.current.yml)](https://www.github.com/io7m-com/verona/actions?query=workflow%3Amain.windows.temurin.current)|
| OpenJDK (Temurin) LTS | Windows | [![Build (OpenJDK (Temurin) LTS, Windows)](https://img.shields.io/github/actions/workflow/status/io7m/verona/main.windows.temurin.lts.yml)](https://www.github.com/io7m-com/verona/actions?query=workflow%3Amain.windows.temurin.lts)|
| OpenJDK (Temurin) Current | Linux | [![Build (OpenJDK (Temurin) Current, Linux)](https://img.shields.io/github/actions/workflow/status/io7m-com/verona/main.linux.temurin.current.yml)](https://www.github.com/io7m-com/verona/actions?query=workflow%3Amain.linux.temurin.current)|
| OpenJDK (Temurin) LTS | Linux | [![Build (OpenJDK (Temurin) LTS, Linux)](https://img.shields.io/github/actions/workflow/status/io7m-com/verona/main.linux.temurin.lts.yml)](https://www.github.com/io7m-com/verona/actions?query=workflow%3Amain.linux.temurin.lts)|
| OpenJDK (Temurin) Current | Windows | [![Build (OpenJDK (Temurin) Current, Windows)](https://img.shields.io/github/actions/workflow/status/io7m-com/verona/main.windows.temurin.current.yml)](https://www.github.com/io7m-com/verona/actions?query=workflow%3Amain.windows.temurin.current)|
| OpenJDK (Temurin) LTS | Windows | [![Build (OpenJDK (Temurin) LTS, Windows)](https://img.shields.io/github/actions/workflow/status/io7m-com/verona/main.windows.temurin.lts.yml)](https://www.github.com/io7m-com/verona/actions?query=workflow%3Amain.windows.temurin.lts)|

0 comments on commit 826cbf8

Please sign in to comment.