Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 4 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,14 +87,13 @@ jobs:
- name: Set up dotnet tools and dependencies
run: just install

- name: Generate coverage report
- name: Run tests
run: just coverage

- name: Upload lcov coverage report to Coveralls
uses: coverallsapp/github-action@master
- name: Coverage
uses: codecov/codecov-action@v5
with:
path-to-lcov: coveragereport/lcov.info
github-token: ${{ secrets.GITHUB_TOKEN }}
token: ${{ secrets.CODECOV_TOKEN }}

Publish_Docs:
if: github.ref == 'refs/heads/master'
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# EasyPost .Net Client Library

[![CI](https://github.com/EasyPost/easypost-csharp/workflows/CI/badge.svg)](https://github.com/EasyPost/easypost-csharp/actions?query=workflow%3ACI)
[![Coverage Status](https://coveralls.io/repos/github/EasyPost/easypost-csharp/badge.svg?branch=master)](https://coveralls.io/github/EasyPost/easypost-csharp?branch=master)
[![codecov](https://codecov.io/gh/EasyPost/easypost-csharp/graph/badge.svg?token=y5QUxhFk0o)](https://codecov.io/gh/EasyPost/easypost-csharp)
[![NuGet version](https://badge.fury.io/nu/EasyPost-Official.svg)](https://badge.fury.io/nu/EasyPost-Official)

EasyPost, the simple shipping solution. You can sign up for an account at <https://easypost.com>.
Expand Down
Loading