Skip to content

Commit 8919a3e

Browse files
committed
chore: change codecov badge (#8)
1 parent e89cd49 commit 8919a3e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# qt-json-rs
22

33

4-
[![codecov](https://codecov.io/gh/TheDome/qt-json-rs/branch/develop/graph/badge.svg?token=UEOUE3V3RM)](https://codecov.io/gh/TheDome/qt-json-rs)
4+
[![codecov](https://codecov.io/gh/TheDome/qt-json-rs/branch/develop/graph/badge.svg?token=7MIOMJ88B1)](https://codecov.io/gh/TheDome/qt-json-rs)
55

66
A simple parser for the Internal QT Binary JSON data format.
77

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
//!
2-
//! [![codecov](https://codecov.io/gh/TheDome/qt-json-rs/branch/develop/graph/badge.svg?token=UEOUE3V3RM)](https://codecov.io/gh/TheDome/qt-json-rs)
2+
//! [![codecov](https://codecov.io/gh/TheDome/qt-json-rs/branch/develop/graph/badge.svg?token=7MIOMJ88B1)](https://codecov.io/gh/TheDome/qt-json-rs)
33
//!
44
//! A simple parser for the Internal QT Binary JSON data format.
55
//!

0 commit comments

Comments
 (0)