Skip to content

Commit

Permalink
Merge pull request #5 from adybbroe/fix4coveralls
Browse files Browse the repository at this point in the history
Add coverage run section for Coveralls
  • Loading branch information
adybbroe committed May 3, 2021
2 parents 79d45c0 + 7ae0e38 commit 30b9cec
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ setup_requires =
setuptools_scm_git_archive

[bdist_rpm]
provides=fire_notifications, activefires_pp
provides=activefires_pp
requires=posttroll
release=1

Expand All @@ -15,3 +15,7 @@ universal=1

[flake8]
max-line-length = 120

[coverage:run]
relative_files = True

0 comments on commit 30b9cec

Please sign in to comment.