Skip to content

Commit ac5be4d

Browse files
committed
fix: add unit tests
1 parent 813cb77 commit ac5be4d

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/pylama.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on:
44
pull_request:
55

66
jobs:
7-
build:
7+
pylama:
88
runs-on: ubuntu-latest
99
strategy:
1010
matrix:

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on:
44
pull_request:
55

66
jobs:
7-
build:
7+
test:
88
runs-on: ubuntu-latest
99
strategy:
1010
matrix:

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[tool.poetry]
22
name = "sentry-dynamic-sampling-lib"
33
version = "0.1.0"
4-
description = ""
4+
description = "This project aims to provide dynamic sampling without relying on Sentry Dynamic Sampling."
55
authors = ["jeanloup.monnier <[email protected]>"]
66
maintainers = ["jeanloup.monnier <[email protected]>"]
77
readme = "README.md"

0 commit comments

Comments
 (0)