Skip to content

Commit

Permalink
asfd
Browse files Browse the repository at this point in the history
  • Loading branch information
LiaoU3 committed Jul 21, 2024
1 parent 3609d69 commit ebeaed9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 8 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/code_coverage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,9 @@ jobs:
run: |
coverage erase
coverage run -m unittest discover -s tests
coverage report -m | tee coverage_report.txt
result=$(coverage report -m)
result_with_backticks="\`\`\`$result\`\`\`"
echo "$result_with_backticks" > coverage_report.txt
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v2
Expand Down
7 changes: 0 additions & 7 deletions codecov.yml

This file was deleted.

0 comments on commit ebeaed9

Please sign in to comment.