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

TampereHacklab / mulysa
86%

Build:
DEFAULT BRANCH: master
Repo Added 04 Jul 2019 08:34AM UTC
Files 72
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 master
branch: master
CHANGE BRANCH
x
Reset
  • master
  • 2025-09-28-readme-fedora-dependencies
  • 20250904_update_dependencies
  • 305-make-userdata-page-more-clear-on-payments
  • Mulysa-logout
  • access-token-refactor
  • add-details-to-www-pages
  • base-service
  • ci_concurrency_cancel_old
  • ci_fix_diff_exit_code
  • ci_for_migrations
  • dependabot/pip/aiohttp-3.12.14
  • dependabot/pip/cryptography-3.3.2
  • dependabot/pip/cryptography-44.0.1
  • dependabot/pip/django-5.1.10
  • dependabot/pip/django-5.1.12
  • dependabot/pip/django-5.1.13
  • dependabot/pip/django-5.1.7
  • dependabot/pip/django-5.1.8
  • dependabot/pip/django-5.1.9
  • dependabot/pip/h11-0.16.0
  • dependabot/pip/jinja2-3.1.5
  • dependabot/pip/jinja2-3.1.6
  • dependabot/pip/requests-2.32.4
  • dependabot/pip/setuptools-78.1.1
  • dependabot/pip/urllib3-2.5.0
  • django_3.1.5
  • django_3.1.7
  • django_3_1_6
  • feat/add-active-to-current-nav-link
  • feat/add-link-to-admin-site-for-superusers
  • feature/matrix-invites
  • feature/method-to-access-log-entry
  • feature/send-mail-to-user
  • feature/test
  • fix-holvi-import-2025
  • fix-spelling
  • fix-typos
  • fix/allow-blank-for-user-in-bank-statements
  • fix_ci
  • fix_coveralls
  • fix_duplicates_from_nordigen
  • fix_latest_changes_ci
  • fix_op_recurring_transaction_id
  • fixusercreationpost
  • format
  • generic-application-received-email
  • get_reference_from_comment_also
  • hide-custom-invocie
  • higlightrequiredformfields
  • makemessages_ci
  • makephoneunique
  • migrate_django5_uuid_field
  • mulysa-custom-invoice-paid_by-transaction
  • mulysa-email
  • mulysa-mypages
  • navbar-breakpoint
  • pyup-scheduled-update-2021-01-01
  • pyup-scheduled-update-2021-02-01
  • readd_recalculate_user
  • remove_extra_admin_features
  • remove_user_import
  • revert_op_workaround
  • show-days-overdue-to-member
  • show_changelog
  • show_isactive_inuserlist
  • simplify-mac-os-prerequisites
  • some_localisations
  • tswfi-patch-1
  • update-django-5.2
  • update_dependecies_20210101
  • update_django_and_dependencies

25 Sep 2025 05:58PM UTC coverage: 85.939%. Remained the same
18016350661

push

github

web-flow
First pr just a comment first letter to capital change (#603)

Co-authored-by: Lauri Pollari <lauri.pollari@tuni.fi>

2347 of 2731 relevant lines covered (85.94%)

0.86 hits per line

Relevant lines Covered
Build:
Build:
2731 RELEVANT LINES 2347 COVERED LINES
0.86 HITS PER LINE
Source Files on master
  • Tree
  • List 72
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
18016350661 master First pr just a comment first letter to capital change (#603) Co-authored-by: Lauri Pollari <lauri.pollari@tuni.fi> push 25 Sep 2025 06:00PM UTC web-flow github
85.94
17857632837 master Merge 0972fa46e into 01152ebdf Pull #603 25 Sep 2025 04:00PM UTC web-flow github
85.94
17735191619 master Merge pull request #600 from valkanm/fix-typos Fix typos push 15 Sep 2025 01:47PM UTC web-flow github
85.94
17468797437 master Fix initialization with empty database (#581) Initialization (including the first migration) was failing because a DB access function was called too early. push 04 Sep 2025 03:27PM UTC web-flow github
85.94
14928544661 master Bump django from 5.1.8 to 5.1.9 (#584) Bumps [django](https://github.com/django/django) from 5.1.8 to 5.1.9. - [Commits](https://github.com/django/django/compare/5.1.8...5.1.9) --- updated-dependencies: - dependency-name: django dependency-ver... push 09 May 2025 12:09PM UTC web-flow github
86.09
14663330808 master Bump h11 from 0.14.0 to 0.16.0 (#583) Bumps [h11](https://github.com/python-hyper/h11) from 0.14.0 to 0.16.0. - [Commits](https://github.com/python-hyper/h11/compare/v0.14.0...v0.16.0) --- updated-dependencies: - dependency-name: h11 dependenc... push 25 Apr 2025 11:18AM UTC web-flow github
86.09
14234712207 master Bump django from 5.1.7 to 5.1.8 (#579) Bumps [django](https://github.com/django/django) from 5.1.7 to 5.1.8. - [Commits](https://github.com/django/django/compare/5.1.7...5.1.8) --- updated-dependencies: - dependency-name: django dependency-typ... push 03 Apr 2025 04:08AM UTC web-flow github
86.09
14102575147 master Allow admin to send emails to non staff user (#576) * Allow admin to send emails to non staff user Newly added feature to send emails to users via usersetting page allowed email sends only to other staff members. This commit fixes that so that s... push 27 Mar 2025 08:58AM UTC web-flow github
86.09
14102450047 master Fix of logout button (#575) * Fix of logout button Logout by GET method is no longer supported. Replaced with POST link button .CSS changes would be needed to have colors to match Signed-off-by: Erkki Hietaranta <erkki.hietaranta@gmail.com> *... push 27 Mar 2025 08:51AM UTC web-flow github
86.09
14101745148 master Fix for string formatting (#574) Fixes missing printf-style format character in named string Fixes issue #573 Signed-off-by: Erkki Hietaranta <erkki.hietaranta@gmail.com> push 27 Mar 2025 08:11AM UTC web-flow github
86.09
See All Builds (484)
  • 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