Skip to content

Commit

Permalink
Minor changes to badges
Browse files Browse the repository at this point in the history
  • Loading branch information
nsforth committed Jul 14, 2024
1 parent d53d527 commit 4d1835f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Rust
name: master

on:
push:
Expand Down
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
[![Crates.io](https://img.shields.io/badge/crates.io-v0.4.0-orange.svg?longCache=true)](https://crates.io/crates/nmea0183)
[![Build Status](https://travis-ci.org/nsforth/nmea0183.svg?tag=v0.4.0)](https://travis-ci.org/nsforth/nmea0183)
[![Codecov coverage status](https://codecov.io/gh/nsforth/nmea0183/branch/master/graph/badge.svg)](https://codecov.io/gh/nsforth/nmea0183)
[![master](https://github.com/nsforth/nmea0183/actions/workflows/rust.yml/badge.svg)](https://github.com/nsforth/nmea0183/actions/workflows/rust.yml)
# NMEA 0183 parser.

Implemented most used sentences like RMC, VTG, GGA, GLL, GSV, GSA.
Expand Down

0 comments on commit 4d1835f

Please sign in to comment.