Skip to content

Commit e4d7def

Browse files
committed
Added badges
1 parent 0492e77 commit e4d7def

2 files changed

Lines changed: 12 additions & 2 deletions

File tree

.github/workflows/test.yml

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,4 +43,14 @@ jobs:
4343
output: both
4444

4545
- name: Write Summary
46-
run: cat code-coverage-results.md >> $GITHUB_STEP_SUMMARY
46+
run: cat code-coverage-results.md >> $GITHUB_STEP_SUMMARY
47+
48+
- name: Upload coverage to Codecov
49+
uses: codecov/codecov-action@v5
50+
with:
51+
# Codecov requires a token for private repos,
52+
# and it's highly recommended for public ones to avoid rate limits.
53+
token: ${{ secrets.CODECOV_TOKEN }}
54+
directory: ./coverage
55+
fail_ci_if_error: true # Stops the build if upload fails
56+
slug: Redeagle48/OutSystems.Extension.NetChecksumUtils

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
![Tests Status](https://github.com/Redeagle48/OutSystems.Extension.NetChecksumUtils/actions/workflows/test.yml/badge.svg) ![Coverage](https://img.shields.io/endpoint?url=https://gist.githubusercontent.com/YOUR_USERNAME/GIST_ID/raw/coverage-badge.json)
1+
![Tests Status](https://github.com/Redeagle48/OutSystems.Extension.NetChecksumUtils/actions/workflows/test.yml/badge.svg) [![codecov](https://codecov.io/github/Redeagle48/OutSystems.Extension.NetChecksumUtils/graph/badge.svg?token=KFNT6WP1VY)](https://codecov.io/github/Redeagle48/OutSystems.Extension.NetChecksumUtils)
22
# OutSystems.Extension.NetChecksumUtils
33
A high-performance OutSystems Extension using the .Net System.Security.Cryptography DLL to provide robust checksum generation and verification for strings and binary data. This extension simplifies data integrity checks by wrapping standard .NET cryptographic providers into easy-to-use Server Actions. This implementation replaces the obsolete "ComputeHash" OutSystems built-in action.
44

0 commit comments

Comments
 (0)