Skip to content

Commit

Permalink
Codecov (#40)
Browse files Browse the repository at this point in the history
* Add codecov.yml to ignore catch.hpp
* Readme: update GH Actions CI badge
  • Loading branch information
hrantzsch committed Jun 2, 2024
1 parent 63682e3 commit 82acee8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Keychain

![CI Badge](https://github.com/hrantzsch/keychain/workflows/Build%20and%20test/badge.svg)
[![CI](https://github.com/hrantzsch/keychain/actions/workflows/ci.yml/badge.svg)](https://github.com/hrantzsch/keychain/actions/workflows/ci.yml)
[![codecov](https://codecov.io/gh/hrantzsch/keychain/branch/master/graph/badge.svg)](https://codecov.io/gh/hrantzsch/keychain)
[![Conan Center](https://img.shields.io/conan/v/keychain)](https://conan.io/center/recipes/keychain)

Expand All @@ -19,7 +19,7 @@ On macOS the passwords are managed by the Keychain, on Linux they are managed by

int main() {
// used to indicate errors
keychain::Error error{};
keychain::Error error;

// used to identify the password in the OS credentials storage
const std::string package = "com.example.keychain-app";
Expand Down
4 changes: 4 additions & 0 deletions codecov.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
codecov:
branch: master
ignore:
- "test/catch\\.hpp"

0 comments on commit 82acee8

Please sign in to comment.