Skip to content

Commit

Permalink
Merge pull request #127 from Bouni/improve-ci
Browse files Browse the repository at this point in the history
Attempt to run CI only once
  • Loading branch information
kbabioch authored Jul 20, 2023
2 parents c74c8c4 + c42ff90 commit 723a6b0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
name: Lint source files
on: # yamllint disable-line rule:truthy
push:
branches:
- main
pull_request:
jobs:
markdownlint:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
name: Run unit tests
on: # yamllint disable-line rule:truthy
push:
branches:
- main
pull_request:
jobs:
pytest:
Expand Down

1 comment on commit 723a6b0

@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
luxtronik
   __init__.py13410621%38–54, 61–66, 69–73, 79, 83, 102–113, 116–119, 122–142, 145–160, 163–180, 183–198, 202–204, 208–209, 213–214
   __main__.py21210%2–48
   calculations.py322328%43, 307, 311–319, 324–336, 340–341
   datatypes.py2351394%37, 42, 47, 52, 57, 72–75, 80–83, 92
   discover.py433421%25–77
   parameters.py503922%33–36, 1166, 1170–1178, 1186–1206, 1210–1211, 1215–1222
   visibilities.py322328%13, 372, 376–384, 389–401, 405–406
luxtronik/scripts
   dump_changes.py44440%5–93
   dump_luxtronik.py28280%5–64
TOTAL62733147% 

Tests Skipped Failures Errors Time
102 4 💤 0 ❌ 0 🔥 0.765s ⏱️

Please sign in to comment.