Skip to content
This repository has been archived by the owner on Jan 26, 2021. It is now read-only.

feat: github actions with codecov #631

Closed
wants to merge 4 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 19 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
name: Run tests
on:
pull_request:
branches: [ develop ]

jobs:
build:
runs-on: ubuntu-latest
env:
MOZ_HEADLESS: 1

steps:
- uses: actions/[email protected]
with:
fetch-depth: 0

- name: Setup Python
with:
python-version: 3.7
50 changes: 0 additions & 50 deletions .travis.yml

This file was deleted.