Skip to content

Commit

Permalink
Merge pull request #14 from cms-tedd-ip2i/dev
Browse files Browse the repository at this point in the history
deploy
  • Loading branch information
cbernet authored Nov 21, 2022
2 parents 192d626 + aa93d0c commit 8382086
Show file tree
Hide file tree
Showing 22 changed files with 1,381 additions and 52 deletions.
15 changes: 13 additions & 2 deletions .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,5 +43,16 @@ jobs:
- name: Test with pytest
run: |
cd unittests
pytest
pip install pytest-cov
pytest --cov=../ --cov-report=xml
ls
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v3
with:
directory: ./unittests
env_vars: OS,PYTHON
fail_ci_if_error: true
flags: unittests
name: codecov-umbrella
# path_to_write_report: ./coverage/codecov_report.txt
verbose: true
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
[![codecov](https://codecov.io/gh/cms-tedd-ip2i/tracker_dcs_web/branch/dev/graph/badge.svg?token=J1O1816LJK)](https://codecov.io/gh/cms-tedd-ip2i/tracker_dcs_web)

# Tracker DCS Web Server

Input from outside, e.g. LabView
Expand Down
Loading

0 comments on commit 8382086

Please sign in to comment.