Skip to content

Commit

Permalink
Use simple functions.
Browse files Browse the repository at this point in the history
  • Loading branch information
lukas-phaf committed Feb 9, 2024
1 parent 1f64a89 commit c551d9c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion api/formatters/covjson.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
from pydantic import AwareDatetime


# alias = ["covjson", "coveragejson"]
# mime_type = "application/prs.coverage+json"


Expand Down

1 comment on commit c551d9c

@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.py43430%2–225
dependencies.py22220%1–33
grpc_getter.py880%1–16
locustfile.py15150%1–31
main.py22220%3–51
metadata_endpoints.py19190%1–70
formatters
   \_\_init\_\_.py70100% 
   covjson.py462741%26–76, 82–91
routers
   \_\_init\_\_.py00100% 
   edr.py46460%2–124
   records.py00100% 
test
   test_covjson.py605312%9–113
TOTAL34630113% 

API Unit Test Coverage Summary

Tests Skipped Failures Errors Time
1 0 💤 0 ❌ 1 🔥 0.927s ⏱️

Please sign in to comment.