Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
django-cas-server
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Valentin Samir
django-cas-server
Commits
23bbd808
Commit
23bbd808
authored
Jun 26, 2016
by
Valentin Samir
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Codacy badges and coverage
parent
a6c77b54
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
12 additions
and
0 deletions
+12
-0
.gitignore
.gitignore
+1
-0
Makefile
Makefile
+5
-0
README.rst
README.rst
+6
-0
No files found.
.gitignore
View file @
23bbd808
...
@@ -9,6 +9,7 @@ cas/
...
@@ -9,6 +9,7 @@ cas/
dist/
dist/
db.sqlite3
db.sqlite3
manage.py
manage.py
coverage.xml
.tox
.tox
test_venv
test_venv
...
...
Makefile
View file @
23bbd808
...
@@ -49,3 +49,8 @@ coverage: test_venv
...
@@ -49,3 +49,8 @@ coverage: test_venv
test_venv/bin/pip
install
coverage
test_venv/bin/pip
install
coverage
test_venv/bin/coverage run
--source
=
'cas_server'
run_tests
test_venv/bin/coverage run
--source
=
'cas_server'
run_tests
test_venv/bin/coverage html
test_venv/bin/coverage html
test_venv/bin/coverage xml
coverage_codacy
:
coverage
test_venv/bin/pip
install
codacy-coverage
test_venv/bin/python-codacy-coverage
-r
coverage.xml
README.rst
View file @
23bbd808
...
@@ -10,6 +10,12 @@ CAS Server
...
@@ -10,6 +10,12 @@ CAS Server
.. image:: https://img.shields.io/pypi/l/django-cas-server.svg
.. image:: https://img.shields.io/pypi/l/django-cas-server.svg
:target: https://www.gnu.org/licenses/gpl-3.0.html
:target: https://www.gnu.org/licenses/gpl-3.0.html
.. image:: https://api.codacy.com/project/badge/Grade/255c21623d6946ef8802fa7995b61366
:target: https://www.codacy.com/app/valentin-samir/django-cas-server
.. image:: https://api.codacy.com/project/badge/Coverage/255c21623d6946ef8802fa7995b61366
:target: https://www.codacy.com/app/valentin-samir/django-cas-server
CAS Server is a Django application implementing the `CAS Protocol 3.0 Specification
CAS Server is a Django application implementing the `CAS Protocol 3.0 Specification
<https://apereo.github.io/cas/4.2.x/protocol/CAS-Protocol-Specification.html>`_.
<https://apereo.github.io/cas/4.2.x/protocol/CAS-Protocol-Specification.html>`_.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment