• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

source-academy / backend
92%
master: 92%

Build:
Build:
LAST BUILD BRANCH: feat/upgrade-logger
DEFAULT BRANCH: master
Repo Added 26 Jun 2021 01:33PM CUT
Files 153
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

LAST BUILD ON BRANCH feat/upgrade-logger
branch: SELECT
CHANGE BRANCH
x
  • No branch selected
  • assessment-finish-submit
  • dependabot/hex/bamboo-2.4.0
  • dependabot/hex/csv-3.2.2
  • dependabot/hex/ex_aws-2.5.8
  • dependabot/hex/ex_aws-2.5.9
  • dependabot/hex/ex_aws_s3-2.5.2
  • dependabot/hex/excoveralls-0.18.4
  • dependabot/hex/excoveralls-0.18.5
  • dependabot/hex/exvcr-0.16.0
  • dependabot/hex/git_hooks-0.8.0
  • dependabot/hex/git_hooks-0.8.1
  • dependabot/hex/hackney-1.22.0
  • dependabot/hex/hackney-1.23.0
  • dependabot/hex/mock-0.3.9
  • dependabot/hex/openid_connect-1.0.0
  • dependabot/hex/phoenix-1.7.18
  • dependabot/hex/phoenix-1.7.19
  • dependabot/hex/phoenix-1.7.20
  • dependabot/hex/phoenix-1.7.21
  • dependabot/hex/phoenix_ecto-4.6.5
  • dependabot/hex/phoenix_html-4.2.0
  • dependabot/hex/plug_cowboy-2.7.3
  • dependabot/hex/plug_cowboy-2.7.4
  • dependabot/hex/postgrex-0.20.0
  • dependabot/hex/sentry-10.10.0
  • dependabot/hex/sentry-10.8.1
  • dependabot/hex/sentry-11.0.0
  • dependabot/hex/sentry-11.0.1
  • dependabot/hex/sweet_xml-0.7.5
  • dependabot/hex/timex-3.7.13
  • dependabot/hex/xml_builder-2.4.0
  • exam_mode
  • feat/add-AI-generated-comments-grading
  • feat/upgrade-logger
  • filter-team-formation-list
  • fix-issues-with-bonus-xp
  • fix-seeding
  • language-options
  • leaderboard
  • master
  • notebooks
  • payload_size_limit
  • timer-feature
  • upgrade-ci-version
  • upgrade-version
  • vscode/auth
  • warnings

02 Jul 2025 06:37PM CUT coverage: 92.13%. First build
b12413354f0771c78bda37dcf2fcbe6eb10b5789-PR-1265

Pull #1265

github

tckeong
Improve unit test for cloudwatch logger
Pull Request #1265: feat: upgrade logger

75 of 93 new or added lines in 7 files covered. (80.65%)

3196 of 3469 relevant lines covered (92.13%)

7247.32 hits per line

Relevant lines Covered
Build:
Build:
3469 RELEVANT LINES 3196 COVERED LINES
7247.32 HITS PER LINE
Source Files on master
  • Tree
  • List 153
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Loading...
Coverage∆FileLinesRelevantCoveredMissedHits/Line
0.0
...cadet/auth/providers/openid/mit_claim_extractor.ex26 8 0 8 0.0
0.0
lib/cadet/chatbot/sicp_notes.ex1268 1 0 1 0.0
0.0
lib/cadet/code_exchange.ex60 11 0 11 0.0
0.0
lib/cadet/chatbot/prompt_builder.ex32 5 0 5 0.0
0.0
...auth/providers/openid/mit_csail_claim_extractor.ex26 8 0 8 0.0
50.0
lib/cadet_web/views/chat_view.ex15 2 1 1 1.0
50.0
lib/cadet/chatbot/llm_conversations.ex81 18 9 9 2.0
66.67
lib/cadet/program_analysis/lexer.ex25 6 4 2 153.0
67.65
lib/cadet_web/controllers/chat_controller.ex123 34 23 11 1.0
68.18
...ib/cadet_web/admin_views/admin_assessments_view.ex86 22 15 7 8.0
Showing 1 to 10 of 153 entries
  • Previous
  • 1
  • 2
  • 3
  • 4
  • 5
  • …
  • 16
  • Next
  • ►
    92.13
    lib/

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
b1241335... feat/upgrade-logger Improve unit test for cloudwatch logger Pull #1265 02 Jul 2025 06:49PM CUT tckeong github
92.13
79f740cf... feat/upgrade-logger Add test cases for cloudwatch logger Pull #1265 02 Jul 2025 03:24PM CUT tckeong github
91.92
4b304179... master fix: reduce warnings when running tests (#1270) * replace warn with warning "warning: the log level :warn is deprecated, use :warning instead" * empty doc "warning: module attribute @doc was set but no definition follows it" * replace '' with... push 01 Jul 2025 04:40PM CUT web-flow github
92.47
0f6998a0... warnings Revert "remove choices from validate_required" This reverts commit 088fa9638. Pull #1270 01 Jul 2025 04:37PM CUT RichDom2185 github
92.47
8c24370d... warnings delete unused variables instead Pull #1270 01 Jul 2025 03:18PM CUT heyzec github
92.47
088fa963... warnings remove choices from validate_required """ warning: attempting to determine the presence of embed_many field :choices with validate_required/3 ... which has no effect. You can pass the :required option to Ecto.Changeset.cast_embed/3 to achieve thi... Pull #1270 01 Jul 2025 03:14PM CUT heyzec github
92.47
a017b923... warnings remove choices from validate_required """ warning: attempting to determine the presence of embed_many field :choices with validate_required/3 ... which has no effect. You can pass the :required option to Ecto.Changeset.cast_embed/3 to achieve thi... Pull #1270 01 Jul 2025 03:12PM CUT heyzec github
92.47
41026f5d... master fix: Filter team formation list (#1268) * Add new method * Use new method * Fix credo error * Fix and update tests push 01 Jul 2025 03:05PM CUT web-flow github
92.47
99c50b18... filter-team-formation-list Fix and update tests Pull #1268 01 Jul 2025 02:58PM CUT RichDom2185 github
92.47
bf52f823... filter-team-formation-list Fix credo error Pull #1268 01 Jul 2025 05:09AM CUT RichDom2185 github
92.47
See All Builds (1194)
  • Repo on GitHub
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2025 Coveralls, Inc