Skip to content

Bump codecov/codecov-action from 1 to 3 #186

Bump codecov/codecov-action from 1 to 3

Bump codecov/codecov-action from 1 to 3 #186

Workflow file for this run

name: Test tests
on:
push:
branches:
- master
tags: '*'
pull_request:
workflow_dispatch:
jobs:
test__using_default_setup:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Setup python
uses: actions/setup-python@v4
- run: python -m pip install --upgrade tox
- run: python -m tox -- --no-julia -k test__using_default_setup
env:
PYJULIA_TEST_RUNTIME: dummy