Skip to content

Commit

Permalink
Deleted codecov badge
Browse files Browse the repository at this point in the history
The codecov action GitHub failed because of "Error: Codecov: Failed to properly create commit: The process '/home/runner/work/_actions/codecov/codecov-action/v4/dist/codecov' failed with exit code 1"

One possible solution for this according to https://docs.codecov.com/docs/adding-the-codecov-token#github-actions is to add the codecov token found in Codecov to the GitHub repo. However, handwriterRF is a CSAFE-ISU repo, not one of my personal repos. Because CSAFE-ISU are not a personal repos, Codecov would charge money.

Another possible solution is codecov/codecov-action#1274
  • Loading branch information
stephaniereinders committed Nov 26, 2024
1 parent a2047d7 commit a6d56ed
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 10 deletions.
6 changes: 0 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,6 @@
# handwriterRF


<!-- badges: start -->

[![Codecov test
coverage](https://codecov.io/gh/CSAFE-ISU/handwriterRF/graph/badge.svg)](https://app.codecov.io/gh/CSAFE-ISU/handwriterRF)
<!-- badges: end -->

HandwriterRF is designed to assist forensic document examiners by
performing a statistical analysis on two handwriting samples. One or
both of the samples could be from unknown writers. Two hypotheses are
Expand Down
4 changes: 0 additions & 4 deletions README.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,6 @@ title: "handwriterRF"
format: gfm
---

<!-- badges: start -->
[![Codecov test coverage](https://codecov.io/gh/CSAFE-ISU/handwriterRF/graph/badge.svg)](https://app.codecov.io/gh/CSAFE-ISU/handwriterRF)
<!-- badges: end -->

```{r setup, include=FALSE}
knitr::opts_chunk$set(echo = TRUE)
```
Expand Down

0 comments on commit a6d56ed

Please sign in to comment.