Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
kova1ev committed May 17, 2023
1 parent 163555d commit a2821ce
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# This workflow will build a .NET project
# For more information see: https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-net

name: CodecovNet
name: codecov

on:
push:
Expand All @@ -26,6 +26,6 @@ jobs:
run: dotnet build --no-restore
- name: Test
run: dotnet test --no-build --verbosity normal --collect:"XPlat Code Coverage"
- name: Codecov
- name: codecov
uses: codecov/codecov-action@v1.5.2

1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
[![dotnet-tests](https://github.com/kova1ev/UrlShortener/actions/workflows/dotnet-tests.yml/badge.svg?branch=main)](https://github.com/kova1ev/UrlShortener/actions/workflows/dotnet-tests.yml)
[![codecov](https://codecov.io/gh/kova1ev/UrlShortener/branch/main/graph/badge.svg?token=CYG413NXQR)](https://codecov.io/gh/kova1ev/UrlShortener)
# UrlShortener

`RU` Потрогать можно тут https://link-bit.onrender.com . Это бесплатный хостинг поэтому первый запуск приложения долгий , далее работает шустрее.
Expand Down

0 comments on commit a2821ce

Please sign in to comment.