Skip to content

Commit

Permalink
install Authlib for CI/CD
Browse files Browse the repository at this point in the history
  • Loading branch information
akrakman committed Dec 6, 2022
1 parent c7131d7 commit fb71c96
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/pylint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ jobs:
pip install flask-cors
pip install BeautifulSoup4
pip install Flask-Session2
pip install authlib
- name: Analysing the code with pylint
run: |
pylint $(git ls-files '*.py')
Expand Down
3 changes: 2 additions & 1 deletion src/backend/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,5 @@ pylint==2.15.2
coverage==6.4.4
black==22.8.0
Flask_Cors==3.0.10
Flask-Session2==1.3.1
Flask-Session2==1.3.1
Authlib==1.1.0

3 comments on commit fb71c96

@github-actions
Copy link

Choose a reason for hiding this comment

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

Coverage

Coverage Report
FileStmtsMissCoverMissing
app.py1651594%8–266
auth.py9544%7, 12–13, 18–23
config.py10100% 
decorators.py27774%19–21, 37–40
dataholders
   apt.py90100% 
   mainpage_get.py15150%2–24
   review.py70100% 
   user.py80100% 
pages
   login.py291548%26–48, 53–58
   mainpage.py1006733%36–52, 60–80, 87–116, 123–152, 164–204, 209–215, 222–245, 250–258, 262–269, 274–280
   userpage.py533142%31–32, 37–48, 53–64, 69–79, 84–102
TOTAL42329929% 

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

@github-actions
Copy link

Choose a reason for hiding this comment

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

Coverage

Coverage Report
FileStmtsMissCoverMissing
app.py1651594%8–266
auth.py9544%7, 12–13, 18–23
config.py10100% 
decorators.py27774%19–21, 37–40
dataholders
   apt.py90100% 
   mainpage_get.py15150%2–24
   review.py70100% 
   user.py80100% 
pages
   login.py291548%26–48, 53–58
   mainpage.py1006733%36–52, 60–80, 87–116, 123–152, 164–204, 209–215, 222–245, 250–258, 262–269, 274–280
   userpage.py533142%31–32, 37–48, 53–64, 69–79, 84–102
TOTAL42329929% 

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

@github-actions
Copy link

Choose a reason for hiding this comment

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

Coverage

Coverage Report
FileStmtsMissCoverMissing
app.py1651594%8–266
auth.py9544%7, 12–13, 18–23
config.py10100% 
decorators.py27774%19–21, 37–40
dataholders
   apt.py90100% 
   mainpage_get.py15150%2–24
   review.py70100% 
   user.py80100% 
pages
   login.py291548%26–48, 53–58
   mainpage.py1006733%36–52, 60–80, 87–116, 123–152, 164–204, 209–215, 222–245, 250–258, 262–269, 274–280
   userpage.py533142%31–32, 37–48, 53–64, 69–79, 84–102
TOTAL42329929% 

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

Please sign in to comment.