Skip to content

Commit

Permalink
moved codecoverage to build-abd-test action
Browse files Browse the repository at this point in the history
  • Loading branch information
KovtunV committed Jul 21, 2024
1 parent 69fe428 commit ce15451
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 24 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/project-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,11 @@ jobs:
- name: Test
run: dotnet test -c Release --no-restore --no-build -v=normal

- name: Upload coverage reports to Codecov
uses: codecov/[email protected]
with:
token: ${{ secrets.CODECOV_TOKEN }}

- name: Upload NoStringEvaluating nuget packages artifacts
uses: actions/upload-artifact@v4
with:
Expand All @@ -37,3 +42,4 @@ jobs:
name: service-di-nuget-packages
path: NoStringEvaluating.Extensions.Microsoft.DependencyInjection/bin/Release/*.nupkg
retention-days: 1

23 changes: 0 additions & 23 deletions .github/workflows/project-utils.yml

This file was deleted.

1 change: 0 additions & 1 deletion NoStringEvaluating.sln
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{88F0773E-1AA1-4C00-A8D8-F09B76A70BE9}"
ProjectSection(SolutionItems) = preProject
.github\workflows\project-build.yml = .github\workflows\project-build.yml
.github\workflows\project-utils.yml = .github\workflows\project-utils.yml
README.md = README.md
.github\workflows\project-publish.yml = .github\workflows\project-publish.yml
EndProjectSection
Expand Down

0 comments on commit ce15451

Please sign in to comment.