Skip to content

Commit 0fb7edc

Browse files
authored
Update README.md badges for CI and coverage (#54)
* Replaced AppVeyor badges with GitHub Actions badge and updated CodeCoverage link. * Update working directory for publishing to NuGet
1 parent 25141da commit 0fb7edc

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -138,4 +138,5 @@ jobs:
138138

139139
- name: Publish to NuGet
140140
if: github.ref == 'refs/heads/main' && github.event_name == 'push'
141+
working-directory: .
141142
run: dotnet nuget push "artifacts/*.nupkg" --api-key ${{ secrets.NUGET_API_KEY }} --source https://api.nuget.org/v3/index.json --skip-duplicate

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
11
<img src="https://raw.githubusercontent.com/axuno/MailMergeLib/main/MailMergeLlib.png" width="300" alt="Logo">
22

33
[![GitHub release](https://img.shields.io/github/release/axuno/mailmergelib.svg)](https://github.com/axuno/MailMergeLib/releases/latest)
4+
[![NuGet](https://img.shields.io/nuget/v/MailMergeLib.svg)](https://www.nuget.org/packages/MailMergeLib/)
45
[![License: MIT](https://img.shields.io/badge/License-MIT-brightgreen.svg)](https://github.com/axuno/MailMergeLib/blob/main/License.txt)
56

6-
[![AppVeyor build status windows](https://img.shields.io/appveyor/job/build/axuno/MailMergeLib/windows/main?label=windows%20build)](https://ci.appveyor.com/project/axuno/mailmergelib/branch/main)
7-
[![AppVeyor build status linux](https://img.shields.io/appveyor/job/build/axuno/MailMergeLib/linux/main?label=linux%20build)](https://ci.appveyor.com/project/axuno/mailmergelib/branch/main)
8-
[![AppVeyor tests (compact)](https://img.shields.io/appveyor/tests/axuno/mailmergelib?compact_message)](https://ci.appveyor.com/project/axuno/mailmergelib/branch/main)
7+
[![Build + Test](https://github.com/axuno/mailmergelib/actions/workflows/build.yml/badge.svg)](https://github.com/axuno/MailMergeLib/actions)
98
[![CodeCoverage](https://codecov.io/gh/axuno/MailMergeLib/branch/main/graph/badge.svg)](https://codecov.io/gh/axuno/MailMergeLib/tree/a9ecf7e4bdf708cf0bc1f393136faa7c0de7875c/MailMergeLib)
109

1110
### What is *MailMergeLib*?

0 commit comments

Comments
 (0)