From ee35585ac4f40aeabc6e6913f33e0484fcb2af49 Mon Sep 17 00:00:00 2001 From: Jan Delgado Date: Mon, 19 Aug 2024 22:47:22 +0200 Subject: [PATCH] add deprecation --- README.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/README.md b/README.md index 29c8b95..d837169 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,21 @@ # gcov2lcov-action [![Build Status](https://github.com/jandelgado/gcov2lcov-action/workflows/test/badge.svg)](https://github.com/jandelgado/gcov2lcov-action/actions?workflow=test) +
+The coverallsapp-action +now supports the golang coverage format out of the box. You probably won't need +this action anymore. Example: + +```yaml + - name: Coveralls + uses: coverallsapp/github-action@v2.3.0 + with: + github-token: ${{ secrets.github_token }} + file: coverage.out + format: golang +``` +
+ Convert golang coverage files to lcov format. Works nicely with the [coveralls github action](https://github.com/marketplace/actions/coveralls-github-action) and