Skip to content

Commit

Permalink
Merge pull request #24 from CSC-510-G55/p2/pytest
Browse files Browse the repository at this point in the history
fix: Code Coverage
  • Loading branch information
balaji305 authored Nov 2, 2024
2 parents 254379c + f5fc836 commit ea7ce68
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,13 +44,13 @@ jobs:
run: |
cd ./backend
pwd
pytest --doctest-modules --junitxml=junit/test-results.xml --cov=app --cov-report=xml --cov-report=html
pytest --cov --cov-report=xml:coverage.xml
- name: Upload coverage to Codecov
if: always()
uses: codecov/codecov-action@v3
with:
files: ./coverage.xml
files: ./backend/coverage.xml
flags: unittests
name: codecov-umbrella
fail_ci_if_error: false
Expand Down
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[![GitHub license](https://img.shields.io/github/license/CSC-510-G55/project1-ats)](https://github.com/CSC-510-G55/project1-ats/blob/project2/LICENSE)
[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.14026597.svg)](https://doi.org/10.5281/zenodo.14026597)
[![codecov](https://codecov.io/gh/CSC-510-G55/project1-ats/branch/project2/graph/badge.svg)](https://codecov.io/gh/CSC-510-G55/project1-ats)
[![codecov](https://codecov.io/gh/CSC-510-G55/project1-ats/graph/badge.svg?token=6YDFK41GU0)](https://codecov.io/gh/CSC-510-G55/project1-ats)
![GitHub issues](https://img.shields.io/github/issues/CSC-510-G55/project1-ats)
![GitHub issues](https://img.shields.io/github/issues-closed/CSC-510-G55/project1-ats)
![GitHub top language](https://img.shields.io/github/languages/top/CSC-510-G55/project1-ats)
Expand Down

0 comments on commit ea7ce68

Please sign in to comment.