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 Apr 28, 2024
1 parent d4d4021 commit 2c0acd1
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.flail.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.flail.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 @@ flail

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

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

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

0 comments on commit 2c0acd1

Please sign in to comment.