Skip to content

Commit

Permalink
minor: fix coveragfe
Browse files Browse the repository at this point in the history
  • Loading branch information
mrava87 committed Oct 1, 2023
1 parent bfab9a4 commit 42af498
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/codacy-coverage-reporter.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@
# For more information see: https://github.com/codacy/codacy-coverage-reporter-action
name: PyLops-coverage

on: [push, pull_request_target]
on: [push, pull_request]

jobs:
build:
strategy:
matrix:
platform: [ ubuntu-latest, ]
python-version: ["3.8", ]
platform: [ ubuntu-latest, macos-latest ]
python-version: ["3.8", "3.9", "3.10"]

runs-on: ${{ matrix.platform }}
steps:
Expand Down

0 comments on commit 42af498

Please sign in to comment.