Skip to content

Commit

Permalink
CI/nightly: simple automatic 80 limit for readability
Browse files Browse the repository at this point in the history
  • Loading branch information
dannywillems committed Feb 13, 2025
1 parent a92c2ef commit 85ce46e
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/ci-nightly.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
#
# This workflow is triggered by scheduler or on-demand to run all the tests with the code coverage enabled and using the self-hosted GitHub runner.
# Test coverage report is attached to the current job execution results in a form of Zip archive.
# This workflow is triggered by scheduler or on-demand to run all the tests with
# the code coverage enabled and using the self-hosted GitHub runner.
# Test coverage report is attached to the current job execution results in a
# form of Zip archive.
#

name: Nightly tests with the code coverage
Expand Down

0 comments on commit 85ce46e

Please sign in to comment.