Skip to content

Commit

Permalink
CI: update GitHub actions with testing depencies
Browse files Browse the repository at this point in the history
  • Loading branch information
fjugipe committed Feb 7, 2024
1 parent 78744e8 commit 8d71fe0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,7 @@ jobs:
pip install --upgrade pip
pip install pytest-timeout
pip install pytest-cov
pip install httpx
pip install -r ./api/requirements.txt
- name: Copy Protobuf file to api directory and build
Expand Down

1 comment on commit 8d71fe0

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

API Unit Test Coverage Report
FileStmtsMissCoverMissing
\_\_init\_\_.py00100% 
datastore_pb2.py584621%23–68
datastore_pb2_grpc.py432347%37–52, 85–87, 92–94, 99–101, 106–108, 112–136, 174, 191, 208, 225
dependencies.py31487%23–24, 31, 38
grpc_getter.py8450%12–16
locustfile.py15150%1–31
main.py22386%27, 37, 47
metadata_endpoints.py19479%16, 33–66, 70
formatters
   \_\_init\_\_.py120100% 
   base_formatter.py7186%18
   covjson.py52198%69
routers
   \_\_init\_\_.py00100% 
   edr.py471862%32–53, 96–99, 114–126
   records.py00100% 
test
   test_covjson.py600100% 
   test_edr.py440100% 
TOTAL41811972% 

API Unit Test Coverage Summary

Tests Skipped Failures Errors Time
8 0 💤 0 ❌ 0 🔥 1.901s ⏱️

Please sign in to comment.