swsnu / swppfall2021

Learning Software Engineering By Building Web Services
28 stars 19 forks source link

When `CoverAlls` badge does not match your coverage results #146

Open kdh0102 opened 2 years ago

kdh0102 commented 2 years ago

If your CoverAlls badge in the team repo differs from the one on the CoverAlls page, consider applying one of the solutions:

  1. Add service=github query parameter at the end of the SVG string
    [![Coverage Status]
    (https://coveralls.io/repos/github/swsnu/swpp2021-teamX/badge.svg?branch=main&service=github)]
    (https://coveralls.io/github/swsnu/swpp2021-teamX?branch=main)
  2. Add sanitize=true query parameter at the end of the SVG string
    [![Coverage Status]
    (https://coveralls.io/repos/github/swsnu/swpp2021-teamX/badge.svg?branch=main&sanitize=true)]
    (https://coveralls.io/github/swsnu/swpp2021-teamX?branch=main)