Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: cfv-project/cfv
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: python3
Choose a base ref
...
head repository: cfv-project/cfv
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: python2
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 6 commits
  • 5 files changed
  • 3 contributors

Commits on Oct 6, 2020

  1. Create github actions configuration

    Run all test steps previously done by the travis configuration (minus flake, which is failing)
    mtausig committed Oct 6, 2020
    Configuration menu
    Copy the full SHA
    d86ef8a View commit details
    Browse the repository at this point in the history
  2. Run flake

    mtausig committed Oct 6, 2020
    Configuration menu
    Copy the full SHA
    8dd8c2c View commit details
    Browse the repository at this point in the history
  3. Merge pull request #13 from mtausig/CI

    Create github actions configuration
    lxp authored Oct 6, 2020
    Configuration menu
    Copy the full SHA
    7181e8e View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2020

  1. Improve codestyle

    [Flake error E741](https://www.flake8rules.com/rules/E741.html) fixed.
    Replaced single digit variablenames with meaningful names
    Replaced re enum with its long version
    
    Fixes #14
    mtausig committed Oct 7, 2020
    Configuration menu
    Copy the full SHA
    323b9cf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3d1a5fc View commit details
    Browse the repository at this point in the history
  3. Merge pull request #16 from mtausig/flake

    Improve codestyle
    lxp authored Oct 7, 2020
    Configuration menu
    Copy the full SHA
    3ab9902 View commit details
    Browse the repository at this point in the history
Loading