Skip to content

Commit 78727c5

Browse files
committed
Fix codecov; add badge
1 parent 0da4e72 commit 78727c5

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

.github/workflows/r.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333

3434
steps:
3535
- uses: actions/checkout@v3
36-
36+
3737
- name: Set up R ${{ matrix.r }}
3838
uses: r-lib/actions/setup-r@v2
3939
with:
@@ -72,4 +72,6 @@ jobs:
7272
shell: Rscript {0}
7373

7474
- name: Upload coverage reports to Codecov
75-
uses: codecov/codecov-action@v3
75+
uses: codecov/codecov-action@v5
76+
with:
77+
token: ${{ secrets.CODECOV_TOKEN }}

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# ggfla - GGPlot2 Extension for Fixed-Length Axis
22

3+
[![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)
4+
35
This package is initially intended for making scanpy-style short-arrow axis in ggplot2.
46
This package implements what is desired in the most appropriate way--exactly
57
replacing the whole axis line with a fixed-length arrow. Other solutions for

0 commit comments

Comments
 (0)