Skip to content

Commit

Permalink
Add codecov token and use codecov badge
Browse files Browse the repository at this point in the history
  • Loading branch information
AMDmi3 committed Apr 9, 2024
1 parent 92efd59 commit 3b262b6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,5 +54,6 @@ jobs:
if: ${{ contains(matrix.features, 'coverage') }}
uses: codecov/codecov-action@v3
with:
token: ${{ secrets.CODECOV_TOKEN }}
fail_ci_if_error: true
gcov: true
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
</a>

![CI](https://github.com/repology/libversion/workflows/CI/badge.svg)
[![Coverage Status](https://coveralls.io/repos/github/repology/libversion/badge.svg?branch=master)](https://coveralls.io/github/repology/libversion?branch=master)
[![codecov](https://codecov.io/gh/repology/libversion/graph/badge.svg?token=1MOTiX9DbW)](https://codecov.io/gh/repology/libversion)
[![Github commits (since latest release)](https://img.shields.io/github/commits-since/repology/libversion/latest.svg)](https://github.com/repology/libversion)

Advanced version string comparison library.
Expand Down

0 comments on commit 3b262b6

Please sign in to comment.