File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 33
33
34
34
steps :
35
35
- uses : actions/checkout@v3
36
-
36
+
37
37
- name : Set up R ${{ matrix.r }}
38
38
uses : r-lib/actions/setup-r@v2
39
39
with :
72
72
shell : Rscript {0}
73
73
74
74
- 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 }}
Original file line number Diff line number Diff line change 1
1
# ggfla - GGPlot2 Extension for Fixed-Length Axis
2
2
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
+
3
5
This package is initially intended for making scanpy-style short-arrow axis in ggplot2.
4
6
This package implements what is desired in the most appropriate way--exactly
5
7
replacing the whole axis line with a fixed-length arrow. Other solutions for
You can’t perform that action at this time.
0 commit comments