Skip to content

Commit

Permalink
Add codecov workflow (#1)
Browse files Browse the repository at this point in the history
* Add codecov action
* Add codecov badge to README.md
  • Loading branch information
Bronek authored Jan 3, 2024
1 parent 6fa4ebe commit 7491d54
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -120,3 +120,10 @@ jobs:
name: coverage_report.xml
path: coverage_report.xml
if-no-files-found: error
- name: upload coverage report
uses: codecov/codecov-action@v3
with:
files: coverage_report.xml
fail_ci_if_error: true
verbose: true
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 @@
## Market book representation

[![codecov](https://codecov.io/gh/Bronek/codecov-demo/graph/badge.svg?token=7AJeEkFllI)](https://codecov.io/gh/Bronek/codecov-demo)

Hi, thank you for looking at my project. Sadly the documentation is missing but that's OK since nobody is going to use it anyway.

### Idea
Expand Down

0 comments on commit 7491d54

Please sign in to comment.