Skip to content

Commit

Permalink
Fix codecov
Browse files Browse the repository at this point in the history
  • Loading branch information
mvfki committed Dec 10, 2024
1 parent 78b2002 commit 6eccb6b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/r.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:

- name: Run codecov
run: |
covr::codecov()
covr::package_coverage(type = "tests")
shell: Rscript {0}

- name: Upload coverage reports to Codecov
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# 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)
[![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)[![codecov](https://codecov.io/gh/mvfki/ggfla/graph/badge.svg?token=5OXxA2VZDz)](https://codecov.io/gh/mvfki/ggfla)

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
Expand Down

0 comments on commit 6eccb6b

Please sign in to comment.