Skip to content

Commit

Permalink
ci(Code-Quality): Refactored code coverage GitHub Action workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
muellerdo committed Jun 10, 2022
1 parent bc2104f commit bc34d09
Showing 1 changed file with 3 additions and 2 deletions.
@@ -1,7 +1,7 @@
# This workflow will install Python dependencies and run tests for computing code coverage
# Results will be uploaded to codecov

name: Code Coverage
name: Code Quality

on:
push:
Expand All @@ -10,7 +10,8 @@ on:
branches: [ development ]

jobs:
run:
coverage:
name: Coverage (codecov)
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit bc34d09

Please sign in to comment.