You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
dpgraham4401 opened this issue
Dec 18, 2023
· 0 comments
Labels
choresomething that just needs to get doneCI/CDRequires modiciations to the continuous integration pipeline(s)serverRelated to backend workings (Django/Rest API)
We would like to add generating a coverage report to the test_server.yaml GitHub Action wokflow.
The report should be uploaded as an artifact for later review. Bonus points for creating a badge that shows out test coverage on our GitHub root README.
See exmaple and docs at the following links.
Add the coverage package to our requirements_dev.txt file
The text was updated successfully, but these errors were encountered:
dpgraham4401
added
server
Related to backend workings (Django/Rest API)
CI/CD
Requires modiciations to the continuous integration pipeline(s)
chore
something that just needs to get done
labels
Dec 18, 2023
choresomething that just needs to get doneCI/CDRequires modiciations to the continuous integration pipeline(s)serverRelated to backend workings (Django/Rest API)
🔩 Something else
We would like to add generating a coverage report to the
test_server.yaml
GitHub Action wokflow.The report should be uploaded as an artifact for later review. Bonus points for creating a badge that shows out test coverage on our GitHub root README.
See exmaple and docs at the following links.
Add the coverage package to our
requirements_dev.txt
filean online tutorial
the coverage package docs
The text was updated successfully, but these errors were encountered: