Skip to content

Commit

Permalink
removed an if condition
Browse files Browse the repository at this point in the history
  • Loading branch information
jatinriverlane committed Jun 7, 2024
1 parent 5c09ae9 commit 287791e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/license_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
needs: [confirm-action-execution]
environment:
name: automated-release
if: ${{ vars.ALLOW_AUTOMATED_RELEASE == 'true' && needs.confirm-action-execution.outputs.is_release_allowed == 'true' }}
if: ${{ vars.ALLOW_AUTOMATED_RELEASE == 'true' }}
steps:
- name: Checkout repository
uses: actions/checkout@v3
Expand Down

1 comment on commit 287791e

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

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

Coverage

Coverage Report
FileStmtsMissCoverMissing
aqueductcore/backend
   context.py33488%48–52, 59–60
   main.py19479%21–24, 31
   session.py13469%24–28
aqueductcore/backend/models
   extensions.py1511491%53, 56, 80–81, 88, 94, 96–97, 175, 217, 221, 246, 252, 260
   orm.py31197%58
aqueductcore/backend/routers
   files.py88298%165–166
   frontend.py241154%22–33, 37
aqueductcore/backend/routers/graphql
   mutations_schema.py57296%44, 130
   query_schema.py45296%66–68
   router.py11191%15
aqueductcore/backend/routers/graphql/mutations
   experiment_mutations.py24196%30
aqueductcore/backend/routers/graphql/resolvers
   experiment_resolver.py25292%28, 36
   tags_resolver.py25388%14, 44, 46
aqueductcore/backend/services
   experiment.py2203285%82, 111–124, 154, 188, 194, 240, 243, 268, 300, 348, 354, 383, 389, 406, 431, 438, 446, 476–482, 489–493, 505–508
   extensions_executor.py881188%40–42, 48–49, 64, 79, 82, 103, 148–154, 202
   validators.py33294%41, 46
aqueductcore/cli
   commands.py60788%32, 82–85, 94–98, 110–114
   exporter.py49198%71
   importer.py61198%90
TOTAL135010592% 

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

Please sign in to comment.