Skip to content

Commit

Permalink
clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
westin-m committed Oct 24, 2024
1 parent 1607dd3 commit 233f71e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 58 deletions.
24 changes: 0 additions & 24 deletions .github/workflows/PR_comment.yml

This file was deleted.

14 changes: 4 additions & 10 deletions .github/workflows/dotnetcore.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,23 +62,17 @@ jobs:
dotnet tool install -g dotnet-reportgenerator-globaltool
reportgenerator -reports:./**/coverage.cobertura.xml -targetdir:CodeCoverage -reporttypes:'MarkdownSummaryGithub;Cobertura'
- name: Write to Job Summary
- name: Write Coverage to Job Summary
shell: bash
run: cat CodeCoverage/SummaryGithub.md >> $GITHUB_STEP_SUMMARY

- name: Set comment content
shell: bash
run: |
- run: |
echo "COMMENT_CONTENT_ENV_VAR<<EOF" >> $GITHUB_ENV
echo $(cat CodeCoverage/SummaryGithub.md) >> $GITHUB_ENV
echo "EOF" >> $GITHUB_ENV
# CONTENT=$(cat CodeCoverage/SummaryGithub.md)
# echo "COMMENT_CONTENT=$CONTENT" >> $GITHUB_ENV
# run: |
# cat CodeCoverage/SummaryGithub.md >> $COMMENT_CONTENT
# echo "COMMENT_CONTENT=$COMMENT_CONTENT" >> $GITHUB_ENV
shell: bash
- name: Comment PR
- name: Comment Coverage in PR
uses: actions/github-script@v7
id: comment
with:
Expand Down
24 changes: 0 additions & 24 deletions .github/workflows/summary.yml

This file was deleted.

0 comments on commit 233f71e

Please sign in to comment.