Skip to content

Commit

Permalink
Fix codecov; add badge
Browse files Browse the repository at this point in the history
  • Loading branch information
mvfki committed Dec 10, 2024
1 parent 0da4e72 commit 78727c5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/r.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:

steps:
- uses: actions/checkout@v3

- name: Set up R ${{ matrix.r }}
uses: r-lib/actions/setup-r@v2
with:
Expand Down Expand Up @@ -72,4 +72,6 @@ jobs:
shell: Rscript {0}

- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v5
with:
token: ${{ secrets.CODECOV_TOKEN }}
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# ggfla - GGPlot2 Extension for Fixed-Length Axis

[![R](https://github.com/mvfki/ggfla/actions/workflows/r.yml/badge.svg?branch=main&event=push)](https://github.com/mvfki/ggfla/actions/workflows/r.yml)

This package is initially intended for making scanpy-style short-arrow axis in ggplot2.
This package implements what is desired in the most appropriate way--exactly
replacing the whole axis line with a fixed-length arrow. Other solutions for
Expand Down

0 comments on commit 78727c5

Please sign in to comment.